From 888efcf9c1b36ff6b41315c4b3675b19c098d335 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 18 Aug 2019 19:14:32 -0400 Subject: [PATCH] reversed previous change --- webcit/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/webcit/configure.ac b/webcit/configure.ac index 9e2857e58..4c3efb113 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -214,7 +214,6 @@ else AC_MSG_RESULT(webcit will be built without character set conversion.) fi -AC_SEARCH_LIBS(gettext, intl libintl) AC_CHECK_LIB(intl, libintl_bindtextdomain, [LDFLAGS="$LDFLAGS -lintl"]) -- 2.30.2