From 8324b947487f72fd8cfc439ea5ae5bd1187fff1b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 6 May 2009 17:39:30 +0200 Subject: Exception und ThreadHandler nach Net verschoben --- configure | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1b4a11c..2f91f8b 100755 --- a/configure +++ b/configure @@ -24402,6 +24402,7 @@ done + if test "$gl_threads_api" = posix; then # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the # pthread_rwlock_* functions. @@ -26565,9 +26566,9 @@ fi done -with_systembackend_proc=no - -{ $as_echo "$as_me:$LINENO: checking for /proc/uptime" >&5 +if test x"$with_systembackend_proc" = x; then + with_systembackend_proc=no + { $as_echo "$as_me:$LINENO: checking for /proc/uptime" >&5 $as_echo_n "checking for /proc/uptime... " >&6; } if test "${ac_cv_file__proc_uptime+set}" = set; then $as_echo_n "(cached) " >&6 @@ -26643,6 +26644,7 @@ _ACEOF with_systembackend_proc=yes fi +fi # Check whether --with-systembackend_posix was given. -- cgit v1.2.3