mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-17 00:52:00 +00:00
Disabled SDL target detection temporarily.
This commit is contained in:
parent
2a3cfd6251
commit
2f03700c16
1 changed files with 8 additions and 8 deletions
16
configure.in
16
configure.in
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue