]> git.wh0rd.org - patches.git/blame - redland-configure-threads.patch
more random patches. who knows.
[patches.git] / redland-configure-threads.patch
CommitLineData
5e993f12 1Index: configure.ac
2===================================================================
3--- configure.ac (revision 11290)
4+++ configure.ac (working copy)
5@@ -897,7 +897,7 @@ LIBS="$LIBRDF_LIBS"
6
7 dnl Check for use of threads
8
9-AC_ARG_WITH(threads, [ --with-threads With POSIX thread support (default=no)], with_threads="yes", with_threads="no")
10+AC_ARG_WITH(threads, [ --with-threads With POSIX thread support (default=no)], with_threads="$withval", with_threads="no")
11
12 AC_CHECK_HEADERS(pthread.h)
13