fixed configure output

svn path=/trunk/; revision=27372
This commit is contained in:
Sven Neumann 2008-10-22 22:07:10 +00:00
parent 06a983e34e
commit 9112b1aee4
1 changed files with 2 additions and 2 deletions

View File

@ -1716,7 +1716,7 @@ AC_SUBST(SCREENSHOT)
# Check for Mac OS X
####################
AC_MSG_CHECKING([checking if compiling for Mac OS X])
AC_MSG_CHECKING([if compiling for Mac OS X])
case "$target_or_host" in
*-*-darwin*)
AC_MSG_RESULT(yes)
@ -1733,7 +1733,7 @@ esac
####################################
mac_twain_ok=no
AC_MSG_CHECKING([checking for Mac OS X TWAIN support])
AC_MSG_CHECKING([for Mac OS X TWAIN support])
AC_TRY_CPP([
#include <Carbon/Carbon.h>
#include <TWAIN/TWAIN.h>