summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b61b057)
raw | patch | inline | side by side (parent: b61b057)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 16:05:11 +0000 (18:05 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 3 Jun 2016 16:07:09 +0000 (18:07 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index e2149ba4465125c1a9ac72bc72e36138ac567b6d..e4d61335a367c486997d79bce3ec6790c9273384 100644 (file)
--- a/configure.ac
+++ b/configure.ac
then
AC_CHECK_HEADERS(pthread.h,, [with_libpthread="no (pthread.h not found)"])
fi
-if test "x$with_libpthread" = "xyes"
-then
- collect_pthread=1
-else
- collect_pthread=0
-fi
-AC_DEFINE_UNQUOTED(HAVE_LIBPTHREAD, [$collect_pthread],
- [Wether or not to use pthread (POSIX threads) library])
AM_CONDITIONAL(BUILD_WITH_LIBPTHREAD, test "x$with_libpthread" = "xyes")
# }}}