diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 72ea6ccc..8cba630c 100644 --- a/configure.ac +++ b/configure.ac @@ -437,6 +437,7 @@ if test "x$enable_threads" = xyes; then CC="$PTHREAD_CC" AC_SEARCH_LIBS([clock_gettime], [rt]) fi +AM_CONDITIONAL([COND_THREADS], [test "x$ax_pthread_ok" = xyes]) echo echo "Initializing Libtool:" |