[1.5] missing change in a previous commit, no need for an entry in CHANGES
authorVincent Torri <vincent.torri@gmail.com>
Fri, 27 Jan 2012 17:55:06 +0000 (17:55 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 27 Jan 2012 17:55:06 +0000 (17:55 +0000)
configure.ac

index b32fe5ede01bceed0330666ba06fb4f10120b888..706852f09a8ceca9f7cf9e8be408ebe5c366190d 100644 (file)
@@ -346,7 +346,7 @@ if test "x${have_lcms2}" = "xno" ; then
 
 fi
 
-# pthread
+# threads
 
 if test "x${want_jpip_server}" = "xyes" ; then
 
@@ -374,7 +374,7 @@ id = pthread_self();
 
       if ! test "x${have_pthread}" = "xyes" ; then
          AC_MSG_WARN([Pthread library not found. OpenJPIP server will not be compiled.])
-         want_jpip="no"
+         want_jpip_server="no"
       else
          THREAD_CFLAGS="-pthread"
          THREAD_LIBS="-pthread"