Ooops, forgot to nuke a couple lines from configure.

This commit is contained in:
Jeff Teunissen 2001-10-15 22:33:35 +00:00
parent 2e4d8d1473
commit b89ff39bd3

View file

@ -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")