spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 34b07adb19b12e37afd0dd40e3f9d46def9414ae
parent 32619c5cedfd83d798e8815b8731bdd987a507ec
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed, 23 Jun 2010 15:36:39 +1000

Remove IGE_MAC_VALA

It's no longer needed now that we detect the platform using uname.

Diffstat:
Mconfigure.ac | 2--
Msrc/Makefile.am | 4++--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am @@ -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 = \