aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-22 22:38:50 +0000
committerJoão Valverde <j@v6e.pt>2016-03-23 01:04:01 +0000
commitb5c76bee39a207eb23d45db698c5517ca57ae892 (patch)
tree997bd0526dd9bcca5aa5d30f3d047a391ab43087 /configure.ac
parenteb09239bae2b680da2ad9002e6f490b0722c69fd (diff)
configure.ac: Add missing quotes
Change-Id: Iecd2fa95104ac483a2babad1eaba8f9e9c4732c5 Reviewed-on: https://code.wireshark.org/review/13308 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04e83c5e1d..b0e661e837 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_SUBST(AC_MIN_VERSION)
dnl Make sure to keep ACLOCAL_AMFLAGS in Makefile.am and AC_CONFIG_MACRO_DIRS
dnl in configure.ac in sync, otherwise there will be an error running autogen.sh.
-m4_ifdef([AC_CONFIG_MACRO_DIRS],AC_CONFIG_MACRO_DIRS([./aclocal-fallback]))
+m4_ifdef([AC_CONFIG_MACRO_DIRS],[AC_CONFIG_MACRO_DIRS([./aclocal-fallback])])
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or