ref: 02a9540fdd75a6ed8bfada759b46a42199d84d67
parent: 75c1235ecc921075cb4ec9c2c25e5008d9efad75
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Nov 10 15:54:09 EST 2003
Properly quote nested M4 macros. The old code breaks in autoconf 2.58. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@288 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/configure.ac
+++ b/configure.ac
@@ -122,10 +122,10 @@
AC_CHECK_FUNC(getopt_long,
AC_DEFINE(HAVE_GETOPT_LONG,,
[Define if the local libc includes getopt_long()]
- ),
+ ),[
AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
-)
+])
# generate output
AC_CONFIG_FILES([Makefile config_types.h])