mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Ooops, forgot to nuke a couple lines from configure.
This commit is contained in:
parent
2e4d8d1473
commit
b89ff39bd3
1 changed files with 0 additions and 2 deletions
|
@ -1384,7 +1384,6 @@ SND_TARGETS=""
|
|||
VID_MODEL_TARGETS=""
|
||||
VID_REND_TARGETS=""
|
||||
VID_TARGETS=""
|
||||
VID_TARGETS_NOINST=""
|
||||
|
||||
if test "x$HAVE_FBDEV" = xyes; then
|
||||
if test "x$ENABLE_FBDEV" = xyes; then
|
||||
|
@ -1623,7 +1622,6 @@ AC_SUBST(SND_TARGETS)
|
|||
AC_SUBST(VID_MODEL_TARGETS)
|
||||
AC_SUBST(VID_REND_TARGETS)
|
||||
AC_SUBST(VID_TARGETS)
|
||||
AC_SUBST(VID_TARGETS_NOINST)
|
||||
|
||||
AM_CONDITIONAL(BUILD_GL, test "$BUILD_GL" = "yes")
|
||||
AM_CONDITIONAL(BUILD_SW, test "$BUILD_SW" = "yes")
|
||||
|
|
Loading…
Reference in a new issue