Quotes
This commit is contained in:
parent
492d4b1dd6
commit
e816ffb56c
@ -112,7 +112,7 @@ AC_ARG_WITH(pthreads, AC_HELP_STRING([--with-pthreads],
|
|||||||
|
|
||||||
AS_IF([test "x$withval" = "xyes"], [
|
AS_IF([test "x$withval" = "xyes"], [
|
||||||
AX_PTHREAD([
|
AX_PTHREAD([
|
||||||
AC_DEFINE(HAVE_PTHREAD, 1, [Define if you have POSIX threads libraries and header files])
|
AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files])
|
||||||
LIBS="$PTHREAD_LIBS $LIBS"
|
LIBS="$PTHREAD_LIBS $LIBS"
|
||||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||||
CC="$PTHREAD_CC"])
|
CC="$PTHREAD_CC"])
|
||||||
|
Loading…
Reference in New Issue
Block a user