summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-10-06 16:11:24 +0200
committerJulien Cristau <jcristau@debian.org>2009-10-06 16:12:45 +0200
commit854269d55cdda8caf425515bfed2855e211a5ada (patch)
tree2f485b4e4fa0147682d945cd9ae32d1a72fe593b /configure.ac
parent3bb020587ce74e0737ec7aceb20041f1e77d3b87 (diff)
configure: quote argument to m4_pattern_forbid
Without this, configure spits out ../configure: line 12364: ac_fn_c_check_member: command not found ../configure: line 12378: ac_fn_c_check_type: command not found Also anchor the pattern to make it stricter. Signed-off-by: Julien Cristau <jcristau@debian.org>
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 655ea400..dedcf8bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ dnl If you're seeing an error here, be sure you installed the lib/xtrans module
dnl first and if it's not in the default location, that you set the ACLOCAL
dnl environment variable to find it, such as:
dnl ACLOCAL="aclocal -I ${PREFIX}/share/aclocal"
-m4_pattern_forbid(XTRANS_CONNECTION_FLAGS)
+m4_pattern_forbid([^XTRANS_CONNECTION_FLAGS$])
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS