From 8c51b886400c5962b31ff565771be1b01a3ca8fb Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 6 Oct 2009 16:08:42 +0200 Subject: 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 Signed-off-by: Dan Nicholson Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0221b37b8..cb9721ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 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 -- cgit v1.2.3