Mercurial > sdl-ios-xcode
diff configure.in @ 2085:962aa10fa95b
make enable match name
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 08 Feb 2007 21:54:18 +0000 |
parents | 1ed2155b7ee4 |
children | cdaeb26ed66a |
line wrap: on
line diff
--- a/configure.in Sat Feb 03 08:18:41 2007 +0000 +++ b/configure.in Thu Feb 08 21:54:18 2007 +0000 @@ -1295,7 +1295,7 @@ dnl Set up the Atari Xbios driver CheckAtariXbiosVideo() { - AC_ARG_ENABLE(xbios, + AC_ARG_ENABLE(video-xbios, AC_HELP_STRING([--enable-video-xbios], [use Atari Xbios video driver [[default=yes]]]), , enable_video_xbios=yes) video_xbios=no @@ -1310,7 +1310,7 @@ dnl Set up the Atari Gem driver CheckAtariGemVideo() { - AC_ARG_ENABLE(gem, + AC_ARG_ENABLE(video-gem, AC_HELP_STRING([--enable-video-gem], [use Atari Gem video driver [[default=yes]]]), , enable_video_gem=yes) if test x$enable_video = xyes -a x$enable_video_gem = xyes; then