From 09718e294dd423b3a46a43f740ccad01b6f96997 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 28 Oct 2012 15:09:04 +0000 Subject: bindings: remove vala bindings They'll be reunited with the other GStreamer bindings https://bugzilla.gnome.org/show_bug.cgi?id=680777 --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'configure.ac') 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. " -- cgit v1.2.3