summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-29 16:02:58 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-29 16:02:58 +0200
commit5fb33fce712d102d84bfab59e0037e396dcf8c61 (patch)
treeb647e936e35435be0e7958512db261e0e1fd1ac5
parentf41100e832c64f75fbe1f30e6db983fab7a2e6ee (diff)
downloadgst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.tar.gz
gst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.tar.bz2
gst-plugins-bad-5fb33fce712d102d84bfab59e0037e396dcf8c61.zip
configure.ac: Fix macro name
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a0637ab..bd2741de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,7 +356,7 @@ dnl *** sys plug-ins ***
dnl DirectSound
translit(dnm, m, l) AM_CONDITIONAL(USE_DIRECTSOUND, true)
-GST_CHECK_FEATURE(DIRECTSOUND, [DirectSound], [directsound], [
+AG_GST_CHECK_FEATURE(DIRECTSOUND, [DirectSound], [directsound], [
AC_CHECK_HEADER(dsound.h, HAVE_DIRECTSOUND="yes", HAVE_DIRECTSOUND="no")
])