forked from PsychoticNinja/irssi
gettext -> gettextize check
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1302 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f7aae08152
commit
bfa83e82bc
@ -53,7 +53,7 @@ DIE=0
|
||||
}
|
||||
|
||||
grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
|
||||
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
||||
(gettextize --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
||||
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user