Mercurial > sdl-ios-xcode
comparison configure.in @ 1365:b70f45aa5d0c
Add missing clause
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 16 Feb 2006 22:33:34 +0000 |
parents | 4214be2b8d77 |
children | 34d9df784d84 |
comparison
equal
deleted
inserted
replaced
1364:4214be2b8d77 | 1365:b70f45aa5d0c |
---|---|
1253 if test x$enable_video = xyes -a x$enable_video_gem = xyes; then | 1253 if test x$enable_video = xyes -a x$enable_video_gem = xyes; then |
1254 video_gem=no | 1254 video_gem=no |
1255 AC_CHECK_HEADER(gem.h, have_gem_hdr=yes) | 1255 AC_CHECK_HEADER(gem.h, have_gem_hdr=yes) |
1256 AC_CHECK_LIB(gem, appl_init, have_gem_lib=yes) | 1256 AC_CHECK_LIB(gem, appl_init, have_gem_lib=yes) |
1257 if test x$have_gem_hdr = xyes -a x$have_gem_lib = xyes; then | 1257 if test x$have_gem_hdr = xyes -a x$have_gem_lib = xyes; then |
1258 video_gem=yes | |
1258 AC_DEFINE(SDL_VIDEO_DRIVER_GEM) | 1259 AC_DEFINE(SDL_VIDEO_DRIVER_GEM) |
1259 SOURCES="$SOURCES $srcdir/src/video/gem/*.c" | 1260 SOURCES="$SOURCES $srcdir/src/video/gem/*.c" |
1260 BUILD_LIBS="$BUILD_LIBS -lgem" | 1261 BUILD_LIBS="$BUILD_LIBS -lgem" |
1261 have_video=yes | 1262 have_video=yes |
1262 fi | 1263 fi |