From: Frédéric Marchal Date: Tue, 8 Dec 2009 12:10:58 +0000 (+0000) Subject: Ported r133 from branches/v2_2_6_1 (may ignore rlim_t) X-Git-Tag: v2_2_7~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740f91627b0acf1a7970ad3a2fc74f5af467b5fc;p=thirdparty%2Fsarg.git Ported r133 from branches/v2_2_6_1 (may ignore rlim_t) --- diff --git a/configure b/configure index 066c0c2..7a61957 100755 --- 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. diff --git a/configure.in b/configure.in index cefd1dc..d9c72c5 100644 --- a/configure.in +++ b/configure.in @@ -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