X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e8164a09377e89aeb0c208c12b979811d5bc33fe..059c9a03c8cc02b0c595e3a5599be04dc157f725:/configure.ac diff --git a/configure.ac b/configure.ac index d6b695f5..15c1212a 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,6 @@ AC_ARG_WITH(libsdl, [with_libsdl=$withval],[with_libsdl=no]) if test "$with_libsdl" = "yes"; then PKG_CHECK_MODULES(LIBSDL, sdl) - AC_DEFINE([WITH_SDL],[1],[Define to 1 if you have libsdl]) fi AM_CONDITIONAL(HAVE_LIBSDL, test "$with_libsdl" = "yes")