X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=c888d09d023eb97db7853e979afcd6ea58cd8129;hb=4003ab9746b147ef4ade120d03df62d06d5a3850;hp=6299c4d11d34c4e7b0e2fd12afd5414849ed32a5;hpb=dc9213af8972055ee54bdee4cced6103e1432010;p=projects%2Fchimara%2Fchimara.git diff --git a/configure.ac b/configure.ac index 6299c4d..c888d09 100644 --- a/configure.ac +++ b/configure.ac @@ -75,14 +75,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name]) GOBJECT_INTROSPECTION_CHECK([0.6.7]) -### ILIAD ##################################################################### -AC_ARG_ENABLE([iliad], - [AS_HELP_STRING([--enable-iliad=@<:@yes/no@:>@], - [Compiles Chimara for the iLiad @<:@default=no@:>@])], - [], - [enable_iliad=no]) -AM_CONDITIONAL(TARGET_ILIAD, $TEST "x$enable_iliad" = xyes) - ### RPM CONFIGURATION ########################################################## # --enable-rpm requires rpm and rpmbuild AC_PATH_PROG([RPMBUILD], [rpmbuild], [notfound]) @@ -129,8 +121,6 @@ PKG_CHECK_MODULES([PLAYER], [ glib-2.0 >= $GLIB_REQUIRED_VERSION gtk+-3.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 - dnl libgda-4.0 - libsoup-2.4 ]) # Libraries needed to build test programs PKG_CHECK_MODULES([TEST], [ @@ -175,10 +165,6 @@ chimara-plugin.pc chimara.spec libchimara/Makefile interpreters/Makefile -interpreters/frotz/Makefile -interpreters/nitfol/Makefile -interpreters/glulxe/Makefile -interpreters/git/Makefile tests/Makefile player/Makefile player/config.py @@ -187,7 +173,6 @@ docs/reference/Makefile docs/reference/version.xml docs/reference/build-selector-table.pl po/Makefile.in -babel/Makefile ]) # Do it