Mercurial > sdl-ios-xcode
changeset 1366:34d9df784d84
spaces, not tabs. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 23:32:39 +0000 |
parents | b70f45aa5d0c |
children | e440d5c488c1 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Feb 16 22:33:34 2006 +0000 +++ b/configure.in Thu Feb 16 23:32:39 2006 +0000 @@ -1255,7 +1255,7 @@ AC_CHECK_HEADER(gem.h, have_gem_hdr=yes) AC_CHECK_LIB(gem, appl_init, have_gem_lib=yes) if test x$have_gem_hdr = xyes -a x$have_gem_lib = xyes; then - video_gem=yes + video_gem=yes AC_DEFINE(SDL_VIDEO_DRIVER_GEM) SOURCES="$SOURCES $srcdir/src/video/gem/*.c" BUILD_LIBS="$BUILD_LIBS -lgem"