blob: f2e5f992700e3752e1fe46015488966149a070e4 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001Fix build with gettext 0.20.x
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6--- a/configure.ac
7+++ b/configure.ac
8@@ -49,7 +49,7 @@ AC_SUBST(all_libraries)
9 dnl I18n support
10 ALL_LINGUAS="it sk"
11 AM_GNU_GETTEXT([external], need-ngettext)
12-AM_INTL_SUBDIR
13+#AM_INTL_SUBDIR
14
15 dnl find resolver functions and the socket library on some broken OS
16 AC_LBL_LIBRARY_NET