# HG changeset patch # User Sam Lantinga # Date 1227763752 0 # Node ID b14f672b2857c8ac79c94e76ba774f92177af27f # Parent c2d9b1aff59f0aa007eef12fa6cf2546c68577fb RemDisabled some video drivers which are not converted to 1.3 yet diff -r c2d9b1aff59f -r b14f672b2857 configure.in --- a/configure.in Thu Nov 27 04:51:34 2008 +0000 +++ b/configure.in Thu Nov 27 05:29:12 2008 +0000 @@ -1323,8 +1323,8 @@ CheckPS2GS() { AC_ARG_ENABLE(video-ps2gs, -AC_HELP_STRING([--enable-video-ps2gs], [use PlayStation 2 GS video driver [[default=yes]]]), - , enable_video_ps2gs=yes) +AC_HELP_STRING([--enable-video-ps2gs], [use PlayStation 2 GS video driver [[default=no]]]), + , enable_video_ps2gs=no) if test x$enable_video = xyes -a x$enable_video_ps2gs = xyes; then AC_MSG_CHECKING(for PlayStation 2 GS support) video_ps2gs=no @@ -1348,8 +1348,8 @@ CheckSVGA() { AC_ARG_ENABLE(video-svga, -AC_HELP_STRING([--enable-video-svga], [use SVGAlib video driver [[default=yes]]]), - , enable_video_svga=yes) +AC_HELP_STRING([--enable-video-svga], [use SVGAlib video driver [[default=no]]]), + , enable_video_svga=no) if test x$enable_video = xyes -a x$enable_video_svga = xyes; then AC_MSG_CHECKING(for SVGAlib (1.4.0+) support) video_svga=no @@ -1378,8 +1378,8 @@ CheckVGL() { AC_ARG_ENABLE(video-vgl, -AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]), - , enable_video_vgl=yes) +AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=no]]]), + , enable_video_vgl=no) if test x$enable_video = xyes -a x$enable_video_vgl = xyes; then AC_MSG_CHECKING(for libVGL support) video_vgl=no @@ -1410,8 +1410,8 @@ CheckWscons() { AC_ARG_ENABLE(video-wscons, -AC_HELP_STRING([--enable-video-wscons], [use wscons video driver [[default=yes]]]), - , enable_video_wscons=yes) +AC_HELP_STRING([--enable-video-wscons], [use wscons video driver [[default=no]]]), + , enable_video_wscons=no) if test x$enable_video = xyes -a x$enable_video_wscons = xyes; then AC_MSG_CHECKING(for wscons support) video_wscons=no