diff options
| author | Antonin Descampe <antonin@gmail.com> | 2012-01-26 16:02:08 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2012-01-26 16:02:08 +0000 |
| commit | ec33653961f457705601619cdbfcbb02a38eab4e (patch) | |
| tree | 346d705b632e1889c6b6b44b2ea7a3bb948db85a | |
| parent | 133426ddfe1278a903ba426eb3dc9a02567ad8b7 (diff) | |
[1.5] fix configure.ac to comply with recent change of PThread dependency
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1d1a428e..b32fe5ed 100644 --- a/configure.ac +++ b/configure.ac @@ -348,7 +348,7 @@ fi # pthread -if test "x${want_jpip}" = "xyes" ; then +if test "x${want_jpip_server}" = "xyes" ; then if test "x${have_win32}" = "xno" ; then @@ -373,7 +373,7 @@ id = pthread_self(); AC_MSG_RESULT([${have_pthread}]) if ! test "x${have_pthread}" = "xyes" ; then - AC_MSG_WARN([Pthread library not found. OpenJPIP library will not be compiled.]) + AC_MSG_WARN([Pthread library not found. OpenJPIP server will not be compiled.]) want_jpip="no" else THREAD_CFLAGS="-pthread" |
