summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96f1f53)
raw | patch | inline | side by side (parent: 96f1f53)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 20 Mar 2005 20:55:27 +0000 (20:55 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 20 Mar 2005 20:55:27 +0000 (20:55 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 39a7063223a41d893844de06682aa20ceb348014..06d7ba79bd73d1697e9449e452ca175e35fd6721 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_ARG_ENABLE(pthread,[ --disable-pthread disable multithread support],
[],[enable_pthread=yes])
-dnl since we use lots of *_r functions all over the code we better
-dnl make sure they are known
-
-if test "x$x_rflag" != "xno"; then
- CPPFLAGS="$CPPFLAGS $x_rflag"
-fi
if test $enable_pthread != no; then
ACX_PTHREAD([
[])
fi
+dnl since we use lots of *_r functions all over the code we better
+dnl make sure they are known
+
+if test "x$x_rflag" != "xno"; then
+ CPPFLAGS="$CPPFLAGS $x_rflag"
+fi
AM_CONDITIONAL(BUILD_MULTITHREAD,[test $enable_pthread != no])