# HG changeset patch # User Matti Hamalainen # Date 1208749868 -10800 # Node ID 25730d90d9163a8147ebbd274599e1bdd728db00 # Parent 28863634a2da850c4de068a090545580549e503f USE_CHARDET is now substituted in AUD_CONDITIONAL. diff -r 28863634a2da -r 25730d90d916 configure.ac --- a/configure.ac Mon Apr 21 06:50:00 2008 +0300 +++ b/configure.ac Mon Apr 21 06:51:08 2008 +0300 @@ -195,11 +195,10 @@ AC_CHECK_LIB([udet_c], [detectCharset], [ AC_DEFINE([HAVE_UDET], 1, [Define if the system has Mozilla universal character detector library]) CHARDET_LIBS="$CHARDET_LIBS -ludet -ludet_c" + AC_SUBST([CHARDET_LIBS]) ]) ]) AUD_CONDITIONAL([USE_CHARDET], [enable_chardet]) -AC_SUBST([USE_CHARDET]) -AC_SUBST([CHARDET_LIBS]) ### ---------------------------------------------------------------------------