From 059c9a03c8cc02b0c595e3a5599be04dc157f725 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 29 Oct 2010 14:54:36 +0200 Subject: Add abstract class gMainDC as an interface for gFBDC and gSDLDC --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to '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") -- cgit v1.2.3