Commit bf70d145 authored by Patrice Mandin's avatar Patrice Mandin

Add missing clause

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401369
parent f80053e4
...@@ -1255,6 +1255,7 @@ AC_HELP_STRING([--enable-video-gem], [use Atari Gem video driver [default=yes]]) ...@@ -1255,6 +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_HEADER(gem.h, have_gem_hdr=yes)
AC_CHECK_LIB(gem, appl_init, have_gem_lib=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 if test x$have_gem_hdr = xyes -a x$have_gem_lib = xyes; then
video_gem=yes
AC_DEFINE(SDL_VIDEO_DRIVER_GEM) AC_DEFINE(SDL_VIDEO_DRIVER_GEM)
SOURCES="$SOURCES $srcdir/src/video/gem/*.c" SOURCES="$SOURCES $srcdir/src/video/gem/*.c"
BUILD_LIBS="$BUILD_LIBS -lgem" BUILD_LIBS="$BUILD_LIBS -lgem"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment