diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-05-06 17:39:30 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-05-06 17:39:30 +0200 |
commit | 8324b947487f72fd8cfc439ea5ae5bd1187fff1b (patch) | |
tree | e7fb69f3207654b5e3d4ba260d3f51082b1d399a /configure | |
parent | 5bf3e2229015d93808bb0c2f4729c2c4f4da414e (diff) | |
download | mad-8324b947487f72fd8cfc439ea5ae5bd1187fff1b.tar mad-8324b947487f72fd8cfc439ea5ae5bd1187fff1b.zip |
Exception und ThreadHandler nach Net verschoben
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. |