aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-11-10 02:39:19 +0000
committerGuy Harris <guy@alum.mit.edu>2007-11-10 02:39:19 +0000
commit5057a3a763274b8b2299e65ce02557c682d9ce4c (patch)
treecfc67acc571c4a5905caede49a25dd1025cc0ef0 /configure.in
parent6862f071bcaec19738c5acdb2f2de6744c71f482 (diff)
Quote a "Checking for" message.
svn path=/trunk/; revision=23420
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 30117eba5a..765f44e5e7 100644
--- a/configure.in
+++ b/configure.in
@@ -356,7 +356,7 @@ AC_SUBST(LDFLAGS_SHAREDLIB)
case "$host_os" in
darwin*)
- AC_MSG_CHECKING(whether we can build with Core Foundation, Launch Services, and Core Services)
+ AC_MSG_CHECKING([whether we can build with Core Foundation, Launch Services, and Core Services])
ac_save_LIBS="$LIBS"
ac_frameworks="-framework ApplicationServices -framework CoreFoundation -framework CoreServices"
LIBS="$LIBS $ac_frameworks"