summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-12-22 17:10:57 +0100
committerCyril Brulebois <kibi@debian.org>2011-12-22 22:18:07 +0100
commita4dc0f9c3b2d49442ec642adf896cc4c34896de7 (patch)
tree62b8acf0584fa5f428c2f146741682c7c3d08c76
parent141d7e20c914dc3dcd6fa10cd22c7fab2879a1a9 (diff)
configure.ac: Quote argument to m4_pattern_forbid.
Without this, configure spits out: ./configure: line 12801: ac_fn_c_check_member: command not found ./configure: line 12815: ac_fn_c_check_type: command not found Also anchor the pattern to make it stricter. Signed-off-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3b7893f..b2dbfc10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ AC_DEFINE([XT_X_RELEASE], [6], [The X11 Release, e.g. 6 for X11R6])
AC_DEFINE([XTESTEXTENSION], [1], [Build tests using the XTEST extension])
AC_DEFINE([INPUTEXTENSION], [1], [Build tests using the XI extension])
-m4_pattern_forbid([XTRANS_CONNECTION_FLAGS])
+m4_pattern_forbid([^XTRANS_CONNECTION_FLAGS$])
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS