configure: quote argument to m4_pattern_forbid

Without this, configure spits out
../configure: line 15460: ac_fn_c_check_member: command not found

Also anchor the pattern to make it stricter.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Julien Cristau 2009-10-06 16:08:42 +02:00 committed by Keith Packard
parent a0363bf7b1
commit 6676f49e34

View File

@ -637,7 +637,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 first and if it's not in the default location, that you set the ACLOCAL
dnl environment variable to find it, such as: dnl environment variable to find it, such as:
dnl ACLOCAL="aclocal -I ${PREFIX}/share/aclocal" 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 # Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS XTRANS_CONNECTION_FLAGS