]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix warning: underquoted definition of AM_WITH_EXPAT
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 12 Dec 2007 22:21:21 +0000 (22:21 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 12 Dec 2007 22:21:21 +0000 (22:21 +0000)
ChangeLog
m4/expat.m4

index e47b78ed45d77ca0f28e568c8b59ce32bd83df44..b935300430b93f2b1d5d878afa0b3a29acdb8eb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-12:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Fix warning: underquoted definition of AM_WITH_EXPAT
+
 2007-12-07
 Qut Tonthat <qtonthat@gmail.com>:
        * Fix autogen.sh to remove the assumption that version 1.9 of automake
index 7c41102d6cd5b97fe1559890147beaa155cf10f4..f7b5ef811703d3358bfd7a789fb097a1dfebce9f 100644 (file)
@@ -9,7 +9,7 @@ dnl If --with-expat has not been specified, set with_expat to 'no'.
 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
 dnl This is necessary to adapt a whole lot of packages that have expat
 dnl bundled as a static library.
-AC_DEFUN(AM_WITH_EXPAT,
+AC_DEFUN([AM_WITH_EXPAT],
 [ AC_ARG_WITH(expat,
              [  --with-expat=PREFIX     Use system Expat library],
              , with_expat=yes)