summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/aclocal.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index ef4b210f9d..27a50799e2 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -205,9 +205,7 @@ 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([,])
+ solaris2.[[1-9]])
# 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