]> git.mxchange.org Git - simgear.git/commitdiff
Tweak...
authorcurt <curt>
Mon, 9 Apr 2001 18:02:22 +0000 (18:02 +0000)
committercurt <curt>
Mon, 9 Apr 2001 18:02:22 +0000 (18:02 +0000)
configure.in

index 27ca332cd816f4dc9e9971fb53664b3ac65d888b..13c6fcfa69388bf89e196d9a20758fdd2d63f306 100644 (file)
@@ -331,3 +331,9 @@ fi
 if test "x$ac_cv_header_zlib_h" != "xyes"; then
    echo "Building zlib"
 fi
+
+if test "x$ac_cv_lib_pthread_pthread_exit" = "xyes" -o "x$ac_cv_header_pthread_h" = "xyes"; then
+   echo "Threads: pthread is supported."
+else
+   echo "Threads: no threads (pthreads not found.)"
+fi