Replaces unportable == with portable = in configure.ac.
Contributed by tk@giga.or.at.
This commit is contained in:
parent
1edbcbad73
commit
c08ec2a768
@ -55,7 +55,7 @@ AS_IF([test "x$with_pthreads" != "xno"],
|
|||||||
[AC_MSG_FAILURE(
|
[AC_MSG_FAILURE(
|
||||||
[--with-pthreads was specified, but unable to be used])])])
|
[--with-pthreads was specified, but unable to be used])])])
|
||||||
have_pthreads="$acx_pthread_ok"])
|
have_pthreads="$acx_pthread_ok"])
|
||||||
AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" == "xyes"])
|
AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" = "xyes"])
|
||||||
AC_SUBST(PTHREAD_CFLAGS)
|
AC_SUBST(PTHREAD_CFLAGS)
|
||||||
AC_SUBST(PTHREAD_LIBS)
|
AC_SUBST(PTHREAD_LIBS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user