X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=ebdd8974a95ee2c145037c4d1e57f195c4df1954;hp=f0cc4f5b5d4a7b5c71c73840da2f2eafae9468f1;hb=f486b6a710f23e85fe79309151c9d32038690872;hpb=27dedac37b4bb28a8c7f905daaab668d0009531d diff --git a/configure.ac b/configure.ac index f0cc4f5..ebdd897 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