]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Ported r133 from branches/v2_2_6_1 (may ignore rlim_t)
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 8 Dec 2009 12:10:58 +0000 (12:10 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 8 Dec 2009 12:10:58 +0000 (12:10 +0000)
configure
configure.in

index 066c0c23b32f1c07fa5a8f766f6dd4ab55557e18..7a61957c2da37f49e3cdafc2bc8e2af75fe26919 100755 (executable)
--- a/configure
+++ b/configure
@@ -5974,9 +5974,8 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 else
-    { { echo "$as_me:$LINENO: error: can not detect the size of your system\'s rlim_t type" >&5
-echo "$as_me: error: can not detect the size of your system\'s rlim_t type" >&2;}
-   { (exit 1); exit 1; }; }
+    { echo "$as_me:$LINENO: WARNING: can not detect the size of your system\'s rlim_t type" >&5
+echo "$as_me: WARNING: can not detect the size of your system\'s rlim_t type" >&2;}
 fi
 
 # Check whether --enable-htmldir was given.
index cefd1dc0d55f5c8017d11cd4df258f45dd8959c7..d9c72c554f9e79bc2d96a2c185f013be8baaeb51 100644 (file)
@@ -87,7 +87,7 @@ if test $ac_cv_sizeof_rlim_t = "4"; then
 elif test $ac_cv_sizeof_rlim_t = "8"; then
     AC_DEFINE(RLIM_STRING, "%lli", [Rlim string])
 else
-    AC_MSG_ERROR([can not detect the size of your system\'s rlim_t type])
+    AC_MSG_WARN([can not detect the size of your system\'s rlim_t type])
 fi
 
 dnl Select htmldir