Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
make enable match name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Feb 8, 2007
1 parent f9c2f22 commit 723d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -1295,7 +1295,7 @@ CheckAtariBiosEvent()
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
Expand All @@ -1310,7 +1310,7 @@ AC_HELP_STRING([--enable-video-xbios], [use Atari Xbios video driver [[default=y
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
Expand Down

0 comments on commit 723d51c

Please sign in to comment.