Skip to content

Commit

Permalink
spaces, not tabs. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 16, 2006
1 parent 61d3273 commit 0b9ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1255,7 +1255,7 @@ AC_HELP_STRING([--enable-video-gem], [use Atari Gem video driver [default=yes]])
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"
Expand Down

0 comments on commit 0b9ac38

Please sign in to comment.