From b89ff39bd3cd588912460cdc754816e2637f813d Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 15 Oct 2001 22:33:35 +0000 Subject: [PATCH] Ooops, forgot to nuke a couple lines from configure. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index b3cf163fc..ccfee1800 100644 --- a/configure.ac +++ b/configure.ac @@ -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")