1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: use gettext version 0.18 in configure.ac (fix error on make install)

This commit is contained in:
Sebastien Helleu
2013-07-20 16:36:23 +02:00
parent 56baaaffa8
commit a3cc9bbe7e
+1 -1
View File
@@ -60,7 +60,7 @@ esac
# Gettext
ALL_LINGUAS="fr es cs hu de ru pl it ja pt_BR tr"
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION([0.15])
AM_GNU_GETTEXT_VERSION([0.18])
# Checks for libraries
AC_CHECK_LIB(ncurses, initscr, LIBNCURSES_FOUND=1, LIBNCURSES_FOUND=0)