From 18aca1752a3774d93988edae1e72e2397c8205d9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 8 Dec 2001 09:49:08 +0000 Subject: [PATCH] Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL... Original commit message from CVS: Anyone ever used sdlvideosink recently ??? I would find that hard to believe since the check didn't even set HAVE_SDL ... --- configure.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.base b/configure.base index 8e21785d18..a60ba311df 100644 --- a/configure.base +++ b/configure.base @@ -668,7 +668,7 @@ AC_CHECK_LIB(dvdread, DVDOpen, HAVE_LIBDVDREAD=yes, HAVE_LIBDVDREAD=no, ) AC_CHECK_HEADER(dvdread/dvd_reader.h, :, HAVE_LIBDVDREAD=no) dnl Check for SDL library -AM_PATH_SDL( , , HAVE_LIBSDL=no) +AM_PATH_SDL( ,HAVE_LIBSDL=yes, HAVE_LIBSDL=no) if test "x$HAVE_LIBSDL" = "xno"; then AC_MSG_WARN(