Disabled SDL target detection temporarily.

This commit is contained in:
Jeff Teunissen 2000-07-11 23:02:03 +00:00
parent 2a3cfd6251
commit 2f03700c16

View file

@ -940,14 +940,14 @@ if test "x$HAVE_GGI" = xyes ; then
TARGETS="$TARGETS qf-client-ggi\$(EXEEXT)" TARGETS="$TARGETS qf-client-ggi\$(EXEEXT)"
CL_TARGETS="$CL_TARGETS GGI" CL_TARGETS="$CL_TARGETS GGI"
fi fi
if test "x$HAVE_SDL" = xyes ; then #if test "x$HAVE_SDL" = xyes ; then
TARGETS="$TARGETS qf-client-sdl\$(EXEEXT)" # TARGETS="$TARGETS qf-client-sdl\$(EXEEXT)"
CL_TARGETS="$CL_TARGETS SDL" # CL_TARGETS="$CL_TARGETS SDL"
if test "x$HAVE_GLX" = xyes; then # if test "x$HAVE_GLX" = xyes; then
TARGETS="$TARGETS qf-client-sgl\$(EXEEXT)" # TARGETS="$TARGETS qf-client-sgl\$(EXEEXT)"
CL_TARGETS="$CL_TARGETS SDL-GL" # CL_TARGETS="$CL_TARGETS SDL-GL"
fi # fi
fi #fi
if test "x$HAVE_SVGA" = xyes ; then if test "x$HAVE_SVGA" = xyes ; then
TARGETS="$TARGETS qf-client-svga\$(EXEEXT)" TARGETS="$TARGETS qf-client-svga\$(EXEEXT)"
CL_TARGETS="$CL_TARGETS SVGAlib" CL_TARGETS="$CL_TARGETS SVGAlib"