summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-11-27 20:26:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-11-27 20:26:39 +0000
commit24511eb9459c2f6956c052eba720afdc842bb70a (patch)
treed8b484a16fa1350a842b28e056b6b170aa69ec38
parentca0b9854a9793feb59b4d028311064e3897e8a5c (diff)
scrub esd flags
Original commit message from CVS: scrub esd flags
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 599e8343e..030896980 100644
--- a/configure.ac
+++ b/configure.ac
@@ -478,6 +478,7 @@ dnl **** ESound ****
translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true)
GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon, [
AM_PATH_ESD(0.2.12, HAVE_ESD=yes, HAVE_ESD=no)
+ AS_SCRUB_INCLUDE(ESD_CFLAGS)
])
dnl **** festival ****