From e816ffb56c6a1192554d9e6c8755b66c51d3c5fd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 19 Apr 2016 00:24:46 +0200 Subject: [PATCH] Quotes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 718c7d44..34cdc003 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,7 @@ AC_ARG_WITH(pthreads, AC_HELP_STRING([--with-pthreads], AS_IF([test "x$withval" = "xyes"], [ 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" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CC="$PTHREAD_CC"])