summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-11-29 15:07:40 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-11-29 15:07:40 +0000
commitf0b05f5010c0143f21041303acd6dded8545a01a (patch)
treea9f4e329e7b0109f8f4b408ff231875023794160 /configure.ac
parent16ddd547d10d19eceff7c56612cb9e2aa8ebdbd6 (diff)
downloadvala-f0b05f5010c0143f21041303acd6dded8545a01a.tar.gz
remove enchant bindings test, we focus on compiler tests
2007-11-29 Juerg Billeter <j@bitron.ch> * configure.ac, tests/Makefile.am, tests/testenchant.vala: remove enchant bindings test, we focus on compiler tests svn path=/trunk/; revision=737
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 084e7807c..8bd775ba4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,6 @@ AM_CONDITIONAL(ENABLE_GEN_PROJECT, test x$enable_gen_project = xyes)
GLIB_REQUIRED=2.12.0
GTK_REQUIRED=2.10.0
-ENCHANT_REQUIRED=1.3.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED)
@@ -62,12 +61,6 @@ AC_SUBST(GTK_LIBS)
AC_PATH_PROG([XSLTPROC], [xsltproc], :)
AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :)
-PKG_CHECK_MODULES(ENCHANT, enchant >= $ENCHANT_REQUIRED, have_enchant=yes, have_enchant=no)
-AM_CONDITIONAL(HAVE_ENCHANT, test x$have_enchant = xyes)
-
-AC_SUBST(ENCHANT_CFLAGS)
-AC_SUBST(ENCHANT_LIBS)
-
AC_CONFIG_FILES([Makefile
vala-1.0.pc
gee/Makefile