configure: fix autotools build after gtk-doc removal

Were using a gtk-doc specific file to check if we can
find the srcdir, so configure would fail.
This commit is contained in:
Tim-Philipp Müller 2019-05-14 19:19:46 +01:00
parent 8917c62f93
commit 5f389eeb3c
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ if test -d po ; then
touch -t 200001010000 po/gst-plugins-bad-1.0.pot
fi
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
CONFIGURE_DEF_OPT='--enable-maintainer-mode'
if test "x$package" = "xgstreamer"; then
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning"

View file

@ -17,7 +17,7 @@ dnl check if this is a release version
AS_NANO(GST_GIT="no", GST_GIT="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([docs/plugins/gst-plugins-bad-plugins-docs.sgml])
AC_CONFIG_SRCDIR([gst/aiff/aiff.c])
dnl define the output header for config
AC_CONFIG_HEADERS([config.h])