configure.ac: don't tramp on user's CFLAGS

The configure test shouldn't touch CFLAGS, because they come last on the
command line and allow to users to override settings if needed.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-10-26 14:43:15 +02:00
parent a851ef1ed9
commit 0a5e9d90e7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ fi
AC_CHECK_FUNCS([eaccess euidaccess])
XORG_TESTSET_CFLAG([CFLAGS], [-fvisibility=hidden])
XORG_TESTSET_CFLAG([BASE_CFLAGS], [-fvisibility=hidden])
# Define a configuration option for the XKB config root
xkb_base=`$PKG_CONFIG --variable=xkb_base xkeyboard-config`