mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 07:18:06 +02:00
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>
This commit is contained in:
parent
3bb020587c
commit
854269d55c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue