Add quoting to fix autoreconf warning.
authorscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 8 Aug 2011 15:34:16 +0000 (15:34 +0000)
committerscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 8 Aug 2011 15:34:16 +0000 (15:34 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-opensaml/branches/REL_2@666 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

m4/acinclude.m4

index 0448519..f819acb 100644 (file)
@@ -44,7 +44,7 @@ dnl Determine whether we have gcc of a particular version or later,
 dnl based on major, minor, patchlevel versions and date.
 dnl AC_HAVE_GCC_VERSION(MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL, 
 dnl    SNAPSHOT_DATE [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-AC_DEFUN(AC_HAVE_GCC_VERSION,
+AC_DEFUN([AC_HAVE_GCC_VERSION],
 [AC_CACHE_CHECK([gcc is at least version $1.$2.$3.$4],
           ac_cv_gcc_version_$1_$2_$3_$4,
 [