summaryrefslogtreecommitdiff
path: root/t/gettext-external-pr338.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/gettext-external-pr338.sh')
-rw-r--r--t/gettext-external-pr338.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/gettext-external-pr338.sh b/t/gettext-external-pr338.sh
index a9fcb8136..4bd8ad8ad 100644
--- a/t/gettext-external-pr338.sh
+++ b/t/gettext-external-pr338.sh
@@ -48,9 +48,9 @@ grep 'AM_GNU_GETTEXT.*po' stderr
echo 'SUBDIRS = po' >Makefile.am
$AUTOMAKE --add-missing
-
# Don't try running ./configure --with-included-gettext if the
# user is using AM_GNU_GETTEXT([external]).
+
grep 'with-included-gettext' Makefile.in && exit 1
./configure
$MAKE -n distcheck | grep 'with-included-gettext' && exit 1