aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 77ad166..ef4b210 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -205,7 +205,9 @@ if test "$enable_thread_support" = yes; then
# don't exclude CFLAGS when linking. *sigh*
PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L"
;;
+changequote(<<,>>)
solaris2.[1-9])
+changequote([,])
# On Solaris 10 with gcc 3.4.3, the autoconf archive macro doesn't
# get the right result. XXX What about Solaris 9 and earlier?
if test "$GCC" = yes ; then