From bd021a5384ee87f70e4810411fa39d83e62fccd2 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Sat, 6 Jan 2001 10:42:07 +0000 Subject: [PATCH] removed xing and added AM_CONDITIONAL for HAVE_GNOME Original commit message from CVS: removed xing and added AM_CONDITIONAL for HAVE_GNOME --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0a566217ac..61492038cf 100644 --- a/configure.in +++ b/configure.in @@ -476,6 +476,7 @@ AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBIS" = "xyes") AM_CONDITIONAL(HAVE_LIBJPEG, test "x$HAVE_LIBJPEG" = "xyes") AM_CONDITIONAL(HAVE_NASM, test "x$HAVE_NASM" = "xyes") AM_CONDITIONAL(HAVE_LIBGLADE_GNOME, test "x$HAVE_LIBGLADE_GNOME" = "xyes") +AM_CONDITIONAL(HAVE_GNOME, test "x$HAVE_GNOME" = "xyes") AM_CONDITIONAL(HAVE_LIBXV, test "x$HAVE_LIBXV" = "xyes") AM_CONDITIONAL(HAVE_GTK_DOC, $HAVE_GTK_DOC) AM_CONDITIONAL(HAVE_DB2HTML, $HAVE_DB2HTML) @@ -558,7 +559,6 @@ plugins/jpeg/Makefile plugins/mp3decode/Makefile plugins/mp3decode/types/Makefile plugins/mp3decode/xa/Makefile -plugins/mp3decode/xing/Makefile plugins/mp3decode/mpg123/Makefile plugins/mp3decode/parse/Makefile plugins/mp3encode/Makefile