2 ===================================================================
3 --- configure.ac (revision 11290)
4 +++ configure.ac (working copy)
5 @@ -897,7 +897,7 @@ LIBS="$LIBRDF_LIBS"
7 dnl Check for use of threads
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")
12 AC_CHECK_HEADERS(pthread.h)