summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f3b520e..bc933cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,12 @@ AC_CONFIG_MACRO_DIR([m4])
dnl initialize GStreamer macros
AG_GST_INIT
+dnl check if this is a release version
+AS_NANO(GST_GIT="no", GST_GIT="yes")
+
dnl define an ERROR_CFLAGS Makefile variable
-AG_GST_SET_ERROR_CFLAGS($GST_CVS)
+AG_GST_ARG_DISABLE_FATAL_WARNINGS
+AG_GST_SET_ERROR_CFLAGS($FATAL_WARNINGS)
dnl set up gettext
dnl the version check needs to stay here because autopoint greps for it