From 41015691db52c4676769209aeb168c3052d6dc27 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 3 Feb 2009 10:26:20 +1000 Subject: [PATCH] Make all fish that use universal variables binaries include iconv darcs-hash:20090203002620-ac50b-6be533cd1bf7dd043d96547b2c2f3ab4cda30e10.gz --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c54717d4..600e52b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -519,8 +519,8 @@ if test x$local_gettext != xno; then AC_SEARCH_LIBS( gettext, intl,,) fi - AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an iconv implementation, needed to build fish])] ) + LIBS_FISH=$LIBS LIBS=$LIBS_COMMON @@ -545,6 +545,7 @@ LIBS="$LIBS_SHARED" if test x$local_gettext != xno; then AC_SEARCH_LIBS( gettext, intl,,) fi +AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an iconv implementation, needed to build fish])] ) LIBS_FISH_PAGER=$LIBS LIBS=$LIBS_COMMON @@ -557,6 +558,7 @@ LIBS="$LIBS_SHARED" if test x$local_gettext != xno; then AC_SEARCH_LIBS( gettext, intl,,) fi +AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an iconv implementation, needed to build fish])] ) LIBS_FISHD=$LIBS LIBS=$LIBS_COMMON