Remove IGE_MAC_VALA

It's no longer needed now that we detect the platform using uname.
This commit is contained in:
Alexander Kojevnikov 2010-06-23 15:36:39 +10:00
parent 32619c5ced
commit 34b07adb19
2 changed files with 2 additions and 4 deletions

@ -33,8 +33,6 @@ if test "x$_gdk_tgt" = xquartz; then
PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration)
AC_SUBST(IGE_MAC_LIBS)
AC_SUBST(IGE_MAC_CFLAGS)
IGE_MAC_VALA="-D MAC_INTEGRATION"
AC_SUBST(IGE_MAC_VALA)
fi
GETTEXT_PACKAGE=spek

@ -17,8 +17,8 @@ INCLUDES = \
-DPKGLIBDIR=\""$(pkglibdir)"\"
VALAFLAGS = \
--vapidir=$(srcdir)/../vapi --pkg config --pkg sys \
$(IGE_MAC_VALA) \
--vapidir=$(srcdir)/../vapi
--pkg config --pkg sys \
@SPEK_PACKAGES@
spek_LDADD = \