diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 14:54:36 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 059c9a03c8cc02b0c595e3a5599be04dc157f725 (patch) | |
| tree | 8ce10b7cb512ab1e1b49f4e10562aa5d83c433c0 /configure.ac | |
| parent | e8164a09377e89aeb0c208c12b979811d5bc33fe (diff) | |
| download | enigma2-059c9a03c8cc02b0c595e3a5599be04dc157f725.tar.gz enigma2-059c9a03c8cc02b0c595e3a5599be04dc157f725.zip | |
Add abstract class gMainDC as an interface for gFBDC and gSDLDC
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
