aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>2015-04-08 13:29:34 +0200
committerWayne Davison <wayned@samba.org>2015-04-26 16:50:41 -0700
commitec4f644d2f019da4667bf8bacf4b25e1bd498d76 (patch)
tree5ad9cdbd9dcc99eaf5838d7d72809e5793a7e83b
parent4bf342c60f643b21197e2528c42baed22249955f (diff)
downloadandroid_external_rsync-ec4f644d2f019da4667bf8bacf4b25e1bd498d76.tar.gz
android_external_rsync-ec4f644d2f019da4667bf8bacf4b25e1bd498d76.tar.bz2
android_external_rsync-ec4f644d2f019da4667bf8bacf4b25e1bd498d76.zip
Properly quote m4 macro
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d489b203..cba16298 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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" &&