summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-07-09 17:39:17 +0000
committerAndy Wingo <wingo@pobox.com>2002-07-09 17:39:17 +0000
commit2b60d602862446df94bf763a8feda3e4de6f2b84 (patch)
tree29ede9a74bf24b08c0aecd2166f217f27df3bf7e /configure.ac
parent10a96978de6e6d463989ae8ae1ad238c958ba566 (diff)
downloadgst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.tar.gz
gst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.tar.bz2
gst-plugins-bad-2b60d602862446df94bf763a8feda3e4de6f2b84.zip
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
Original commit message from CVS: compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 106153ba..1020bbc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,6 @@ dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
ACLOCAL="$ACLOCAL -I m4 -I common/m4 $ACLOCAL_FLAGS"
-AM_MAINTAINER_MODE
-
AC_PROG_CC
AM_PROG_CC_STDC
AM_PROG_AS
@@ -453,6 +451,7 @@ dnl HAVE_FESTIVAL=yes
dnl])
dnl *** FLAC ***
+dnl FLAC 1.0.3 is needed
translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
GST_CHECK_FEATURE(FLAC, [FLAC lossless audio], flacenc flacdec, [
GST_CHECK_LIBHEADER(FLAC, FLAC, FLAC__stream_decoder_new, -lm, FLAC/all.h, FLAC_LIBS="-lFLAC")