From 12332328c1a4bbe938695cf68fdfe47271cf48ae Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 14 Feb 2013 16:46:54 -0800 Subject: Remove set_color from Makefile. Fix issue where builtin_set_color would mix output modes up --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bf3defcf..37d3e854 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,6 @@ AC_SUBST(LIBS_FISH_INDENT) AC_SUBST(LIBS_FISH_PAGER) AC_SUBST(LIBS_FISHD) AC_SUBST(LIBS_MIMEDB) -AC_SUBST(LIBS_SET_COLOR) AC_SUBST(localedir) AC_SUBST(optbindirs) AC_SUBST(prefix) @@ -527,18 +526,6 @@ LIBS_MIMEDB=$LIBS LIBS=$LIBS_COMMON -# -# Check for libraries needed by set_color -# - -LIBS_COMMON=$LIBS -LIBS="$LIBS_SHARED" -if test x$local_gettext != xno; then - AC_SEARCH_LIBS( gettext, intl,,) -fi -LIBS_SET_COLOR=$LIBS -LIBS=$LIBS_COMMON - # # Check presense of various header files # -- cgit v1.2.3