summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-03-17 17:12:41 +0000
committerChris Liddell <chris.liddell@artifex.com>2016-03-18 10:59:40 +0000
commit9cf6bfee8d3c285e84d28437bff0747f601a7827 (patch)
treed99385a822c1e7a5da8ee690025e7ee6b1265771
parentd7e175bc49d8dcdc38af093cd744c62cb6451686 (diff)
downloadghostpdl-gs919.tar.gz
Bug 696665: add extra brackets for better compatibilitygs919
Some versions of autoconf enforce macro arguments to macros being bounded by "[" and "[", others do not (the version I have does not), but we should use them for best compatibility.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7861643bb..bf6d3f587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -393,7 +393,7 @@ if test "x$ac_cv_header_inttypes_h" = xyes; then
fi
AC_CHECK_LIB([dl], [dlopen],
- AC_CHECK_HEADER([dlfcn.h], [GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1";LIBS="-ldl $LIBS"])
+ [AC_CHECK_HEADER([dlfcn.h], [GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1";LIBS="-ldl $LIBS"])]
)
large_color_index=1