summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-09-20 18:49:05 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-09-20 18:49:05 +0000
commit5e87884c7666b2ca5c1384c60db66b87cb1dabe1 (patch)
tree40cf3ce434ba04a42f595971c648ef095aaeb647 /configure.ac
parentd8025d0b03281890d7e78842753f859151ec3696 (diff)
downloadgst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.tar.gz
gst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.tar.bz2
gst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.zip
Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Original commit message from CVS: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 377d5c0f..0bea3542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -369,6 +369,8 @@ dnl Check for X11
dnl now try to find the HEADER
AC_CHECK_HEADER(X11/Xlib.h, HAVE_X="yes", HAVE_X="no")
+AC_PATH_XTRA
+
if test "x$HAVE_X" = "xno"
then
AC_MSG_NOTICE([cannot find X11 development files])