summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-04-03 18:43:02 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-04-04 16:53:06 -0500
commit0890e4003aacfa7113ab3f4e3ad7c5636f8e922a (patch)
treea834c8bdc5ea29faff9fda21b17a48d8f8ad418c
parentc0c42057e0d357c144e7933ee413b522950a0f17 (diff)
Fix spacing in XORG_TESTSET_CFLAG
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xorg-macros.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index 9c8ba84..d589ebd 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -1554,7 +1554,7 @@ m4_foreach([flag], m4_cdr($@), [
PREFIX[FLAGS]="$PREFIX[FLAGS] ]flag["
dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname
- AC_MSG_CHECKING([if ]COMPILER[ supports]flag[])
+ AC_MSG_CHECKING([if ]COMPILER[ supports ]flag[])
cacheid=AS_TR_SH([xorg_cv_]CACHE_PREFIX[_flag_]flag[])
AC_CACHE_VAL($cacheid,
[AC_LINK_IFELSE([AC_LANG_PROGRAM([int i;])],