diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |