[1.5] missing change in a previous commit, no need for an entry in CHANGES
This commit is contained in:
parent
ec33653961
commit
6a03e3a438
|
@ -346,7 +346,7 @@ if test "x${have_lcms2}" = "xno" ; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# pthread
|
# threads
|
||||||
|
|
||||||
if test "x${want_jpip_server}" = "xyes" ; then
|
if test "x${want_jpip_server}" = "xyes" ; then
|
||||||
|
|
||||||
|
@ -374,7 +374,7 @@ id = pthread_self();
|
||||||
|
|
||||||
if ! test "x${have_pthread}" = "xyes" ; then
|
if ! test "x${have_pthread}" = "xyes" ; then
|
||||||
AC_MSG_WARN([Pthread library not found. OpenJPIP server will not be compiled.])
|
AC_MSG_WARN([Pthread library not found. OpenJPIP server will not be compiled.])
|
||||||
want_jpip="no"
|
want_jpip_server="no"
|
||||||
else
|
else
|
||||||
THREAD_CFLAGS="-pthread"
|
THREAD_CFLAGS="-pthread"
|
||||||
THREAD_LIBS="-pthread"
|
THREAD_LIBS="-pthread"
|
||||||
|
|
Loading…
Reference in New Issue