Do not warn about missing objective-c

master
Yevgen Muntyan 2007-09-08 01:36:08 -05:00
parent 2095fe5108
commit 6fa633271d
2 changed files with 0 additions and 6 deletions

View File

@ -81,10 +81,6 @@ AC_OUTPUT
################################################################################
# Configuration info
#
if test "x$MOO_WARN_OBJC" != "x"; then
AC_MSG_WARN([$MOO_WARN_OBJC])
fi
if test "x$MOO_USE_PYTHON" = "xyes" -o "x$MOO_USE_PYTHON" = "xtrue"; then
use_python=yes
else

View File

@ -6,12 +6,10 @@ AC_DEFUN_ONCE([MOO_AC_OBJC],[
if test "x$MOO_USE_OBJC" != "xno"; then
_MOO_OBJC_CHECK([
MOO_WARN_OBJC=
MOO_USE_OBJC=yes
AC_DEFINE(MOO_USE_OBJC, 1, [Use Objective-C.])
AC_MSG_NOTICE([Objective-C flags: $MOO_OBJCFLAGS $MOO_OBJC_LIBS])
],[
MOO_WARN_OBJC="Objective-C support is disabled, editor user tools will be disabled"
MOO_USE_OBJC=no
MOO_OBJCFLAGS=
MOO_OBJC_LIBS=