From 2fcb81ecfd31eaad636a7d3ce894fe6fae1b15f4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 11 Apr 2010 22:36:04 +0200 Subject: fixed vtx plugin build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f31d116..bd796ae2 100644 --- a/configure.ac +++ b/configure.ac @@ -357,7 +357,7 @@ AM_CONDITIONAL(HAVE_ADPLUG, test "x$HAVE_ADPLUG" = "xyes") AM_CONDITIONAL(HAVE_FFAP, test "x$HAVE_FFAP" = "xyes") AM_CONDITIONAL(HAVE_SID, test "x$HAVE_SID" = "xyes") AM_CONDITIONAL(HAVE_NULLOUT, test "x$HAVE_NULLOUT" = "xyes") -AM_CONDITIONAL(HAVE_VTX, test "x$HAVE_VXT" = "xyes") +AM_CONDITIONAL(HAVE_VTX, test "x$HAVE_VTX" = "xyes") AM_CONDITIONAL(HAVE_GME, test "x$HAVE_GME" = "xyes") AM_CONDITIONAL(HAVE_DUMB, test "x$HAVE_DUMB" = "xyes") AM_CONDITIONAL(HAVE_LASTFM, test "x$HAVE_LASTFM" = "xyes") -- cgit v1.2.3