]> git.wh0rd.org - patches.git/blob - redland-configure-threads.patch
scummvm random work
[patches.git] / redland-configure-threads.patch
1 Index: 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