[1.5] fix configure.ac to comply with recent change of PThread dependency
This commit is contained in:
parent
133426ddfe
commit
ec33653961
|
@ -348,7 +348,7 @@ fi
|
||||||
|
|
||||||
# pthread
|
# pthread
|
||||||
|
|
||||||
if test "x${want_jpip}" = "xyes" ; then
|
if test "x${want_jpip_server}" = "xyes" ; then
|
||||||
|
|
||||||
if test "x${have_win32}" = "xno" ; then
|
if test "x${have_win32}" = "xno" ; then
|
||||||
|
|
||||||
|
@ -373,7 +373,7 @@ id = pthread_self();
|
||||||
AC_MSG_RESULT([${have_pthread}])
|
AC_MSG_RESULT([${have_pthread}])
|
||||||
|
|
||||||
if ! test "x${have_pthread}" = "xyes" ; then
|
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"
|
want_jpip="no"
|
||||||
else
|
else
|
||||||
THREAD_CFLAGS="-pthread"
|
THREAD_CFLAGS="-pthread"
|
||||||
|
|
Loading…
Reference in New Issue