summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-28 15:09:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-10-28 15:09:04 +0000
commit09718e294dd423b3a46a43f740ccad01b6f96997 (patch)
treefcaeaa34ef129a0be837bc3dafc4a6c88286f1e0 /configure.ac
parent543aa383e772cdb53345c53110884a622d3a498d (diff)
bindings: remove vala bindings
They'll be reunited with the other GStreamer bindings https://bugzilla.gnome.org/show_bug.cgi?id=680777
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index e3f5b4b..df0e048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,18 +91,6 @@ dnl check for documentation tools
AG_GST_DOCBOOK_CHECK
GTK_DOC_CHECK([1.3])
-dnl Check for Vala
-AC_ARG_ENABLE([vala],
- AC_HELP_STRING([--enable-vala],[enable Vala bindings (default=yes)]),
- [case "${enableval}" in
- yes) enable_vala=yes ;;
- no) enable_vala=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-vala) ;;
- esac
- ],
- [enable_vala=yes]) dnl Default value
-AM_CONDITIONAL(WITH_VALA, [test "x$enable_vala" = "xyes"])
-
dnl *** checks for libraries ***
dnl *** checks for header files ***
@@ -257,8 +245,6 @@ gst/rtsp-server/Makefile
examples/Makefile
tests/Makefile
tests/check/Makefile
-bindings/Makefile
-bindings/vala/Makefile
pkgconfig/Makefile
pkgconfig/gstreamer-rtsp-server.pc
pkgconfig/gstreamer-rtsp-server-uninstalled.pc
@@ -275,7 +261,6 @@ Configuration
Source code location : ${srcdir}
Prefix : ${prefix}
Compiler : ${CC}
- Vala bindings : ${enable_vala}
gst-rtsp-server configured. Type 'make' to build.
"