From acd28b5dc4e5d20645d62083a53d1de15f86539d Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 2 Mar 2006 23:45:41 +1000 Subject: [PATCH] Re-add accidantally removed HAVE_GETTEXT substitution darcs-hash:20060302134541-ac50b-c3b8feb5e7838dac62465b08f809c16408473da3.gz --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e364805df..037d576f1 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ AC_SUBST( [LOCALEDIR], [$datadir/locale]) AC_CHECK_FILES([/proc/self/stat]) # Check for presense of various libraries -AC_SEARCH_LIBS( gettext, intl ) +AC_SEARCH_LIBS( gettext, intl, AC_SUBST( HAVE_GETTEXT, [1] ), AC_SUBST( HAVE_GETTEXT, [0] ) ) AC_SEARCH_LIBS( connect, socket, , [AC_MSG_ERROR([Cannot find the socket library, needed to build this package.] )] ) AC_SEARCH_LIBS( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, needed to build this package.] )] ) AC_SEARCH_LIBS( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] )