From 2b6d177ef3cc1a3fa48891225f54fbe69a95a1c2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 7 Aug 2001 14:46:41 +0000 Subject: [PATCH] added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC look for thomas in the file Original commit message from CVS: added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC look for thomas in the file --- configure.base | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.base b/configure.base index 9d2d882..278c998 100644 --- a/configure.base +++ b/configure.base @@ -974,7 +974,12 @@ AM_CONDITIONAL(HAVE_CDPARANOIA, test "x$HAVE_CDPARANOIA" = "xyes") AM_CONDITIONAL(HAVE_LIBLAME, test "x$HAVE_LIBLAME" = "xyes") AM_CONDITIONAL(HAVE_LIBSHOUT, test "x$HAVE_LIBSHOUT" = "xyes") AM_CONDITIONAL(HAVE_MPEG2DEC, test "x$HAVE_MPEG2DEC" = "xyes") +dnl thomas : the next line gives errors, this is how it is in CVS AM_CONDITIONAL(HAVE_FLAC, test "x$HAVE_FLAC" = "xyes") +dnl thomas : the next line gives errors as well, I commented it +dnl AM_CONDITIONAL(HAVE_LAC, test "x$HAVE_FAC" = "xyes") +dnl thomas: the next line doesn't give errors +dnl AM_CONDITIONAL(HAVE_FLC, test "x$HAVE_FLC" = "xyes") AM_CONDITIONAL(HAVE_LIBRTP, test "x$HAVE_LIBRTP" = "xyes") AM_CONDITIONAL(HAVE_ARTS, test "x$HAVE_ARTS" = "xyes") AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes") @@ -1105,6 +1110,7 @@ libs/getbits/Makefile libs/putbits/Makefile libs/idct/Makefile libs/audio/Makefile +libs/colorspace/Makefile plugins/Makefile plugins/aasink/Makefile plugins/alsa/Makefile -- 2.7.4