]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Properly quote m4 macro
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>
Wed, 8 Apr 2015 11:29:34 +0000 (13:29 +0200)
committerWayne Davison <wayned@samba.org>
Sun, 26 Apr 2015 23:50:41 +0000 (16:50 -0700)
acinclude.m4

index d489b2033467d6660642d43ec60b080a8d4fc748..cba16298da96efbb950ee58df7fbe1e88bc3c5d2 100644 (file)
@@ -2,7 +2,7 @@ dnl AC_VALIDATE_CACHE_SYSTEM_TYPE[(cmd)]
 dnl if the cache file is inconsistent with the current host,
 dnl target and build system types, execute CMD or print a default
 dnl error message.
-AC_DEFUN(AC_VALIDATE_CACHE_SYSTEM_TYPE, [
+AC_DEFUN([AC_VALIDATE_CACHE_SYSTEM_TYPE], [
     AC_REQUIRE([AC_CANONICAL_SYSTEM])
     AC_MSG_CHECKING([config.cache system type])
     if { test x"${ac_cv_host_system_type+set}" = x"set" &&