X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/27dedac37b4bb28a8c7f905daaab668d0009531d..b7284f749bb4637604e5d4d96272e3f1847055f0:/configure.ac 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