[1.5] fix configure.ac to comply with recent change of PThread dependency
authorAntonin Descampe <antonin@gmail.com>
Thu, 26 Jan 2012 16:02:08 +0000 (16:02 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 26 Jan 2012 16:02:08 +0000 (16:02 +0000)
configure.ac

index 1d1a428ead72dc06ca01787767e27be237c55cf6..b32fe5ede01bceed0330666ba06fb4f10120b888 100644 (file)
@@ -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"