From 740f91627b0acf1a7970ad3a2fc74f5af467b5fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 8 Dec 2009 12:10:58 +0000 Subject: [PATCH] Ported r133 from branches/v2_2_6_1 (may ignore rlim_t) --- configure | 5 ++--- configure.in | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.47.2