aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-10 02:39:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-10 02:39:19 +0000
commit6943ead3c9e5fac13381844ab6c2bab9355143d1 (patch)
treecfc67acc571c4a5905caede49a25dd1025cc0ef0 /configure.in
parenta9ff3e0ad95fb7581b37ec2c3ec5f0319c64670f (diff)
Quote a "Checking for" message.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23420 f5534014-38df-0310-8fa8-9805f1628bb7
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"