[Xcb-commit] xcb
Josh Triplett
josh at kemper.freedesktop.org
Thu Apr 27 12:04:55 PDT 2006
xcb/acinclude.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 1a3b8c00e5e20c8bb17d7be2106a0b716dddf5cc (from f3c1330bf2a7e716c53b2e67782dcbe273a829c5)
Author: Josh Triplett <josh at freedesktop.org>
Date: Thu Apr 27 12:04:52 2006 -0700
Fix typo and rephrase checking message.
diff --git a/xcb/acinclude.m4 b/xcb/acinclude.m4
index 46a82b9..5a6993d 100644
--- a/xcb/acinclude.m4
+++ b/xcb/acinclude.m4
@@ -5,7 +5,7 @@ dnl GCC_CHECK_VISIBILITY([ACTION-IF-FOUN
dnl Check the visibility feature of gcc
dnl
AC_DEFUN([GCC_CHECK_VISIBILITY],
- [AC_MSG_CHECKING([whether ${CC} supports visibility feature])
+ [AC_MSG_CHECKING([whether ${CC} supports symbol visibility])
save_CFLAGS=${CFLAGS}
CFLAGS="$CFLAGS -fvisibility=hidden -fvisibility-inlines-hidden"
AC_COMPILE_IFELSE(
@@ -20,7 +20,7 @@ extern void f(int);
[AC_DEFINE(
GCC_HAS_VISIBILITY,
[],
- [Defined if GCC supports the vilibility feature])
+ [Defined if GCC supports the visibility feature])
m4_if([$1], [], [:], [$1])
AC_MSG_RESULT(yes)],
[m4_if([$2], [], [:], [$2])
More information about the xcb-commit
mailing list