1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 05:22:40 +02:00

fixed configure output

svn path=/branches/gimp-2-6/; revision=27373
This commit is contained in:
Sven Neumann
2008-10-22 22:08:40 +00:00
parent c827e2f876
commit 05f306be9a

View File

@@ -1710,7 +1710,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)
@@ -1727,7 +1727,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>