Mercurial > sdl-ios-xcode
changeset 1365:b70f45aa5d0c
Add missing clause
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 16 Feb 2006 22:33:34 +0000 |
parents | 4214be2b8d77 |
children | 34d9df784d84 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Feb 16 22:00:06 2006 +0000 +++ b/configure.in Thu Feb 16 22:33:34 2006 +0000 @@ -1255,6 +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 AC_DEFINE(SDL_VIDEO_DRIVER_GEM) SOURCES="$SOURCES $srcdir/src/video/gem/*.c" BUILD_LIBS="$BUILD_LIBS -lgem"