From 38405206493e2f3cb86b93fc6127b29b816d6d39 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 12 Aug 2005 23:43:31 +0000 Subject: [PATCH] define only if sdl is available --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f0cc4f5b..ebdd8974 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,6 @@ AC_ARG_WITH(libsdl, [[withsdl=$withval]], [[withsdl=yes]] ) -AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL]) TUXBOX_APPS_DVB #TUXBOX_APPS_DRIVER @@ -34,6 +33,7 @@ TUXBOX_APPS_LIB_PKGCONFIG(SIGC,sigc++-1.2) if test "$withsdl" = "yes" ; then TUXBOX_APPS_LIB_CONFIG(SDL,sdl-config) + AC_DEFINE_UNQUOTED([WITH_SDL],[$withsdl],[With SDL]) fi # fixme: decent python stuff -- 2.30.2