xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Tue Oct 6 09:29:56 PDT 2009


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6676f49e34f8db7ef5767a6dbf6c2a4d2087f79c
Author: Julien Cristau <jcristau at debian.org>
Date:   Tue Oct 6 16:08:42 2009 +0200

    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 at debian.org>
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/configure.ac b/configure.ac
index 07ea81d..383dd2f 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


More information about the xorg-commit mailing list