Quote a "Checking for" message.

svn path=/trunk/; revision=23420
This commit is contained in:
Guy Harris 2007-11-10 02:39:19 +00:00
parent 6862f071bc
commit 5057a3a763
1 changed files with 1 additions and 1 deletions

View File

@ -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"