From 6a03e3a43852cd9062fd2a08ef22fa54ff492bc5 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 27 Jan 2012 17:55:06 +0000 Subject: [PATCH] [1.5] missing change in a previous commit, no need for an entry in CHANGES --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b32fe5ed..706852f0 100644 --- a/configure.ac +++ b/configure.ac @@ -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"