From 77086ab57d4514b1c8774da18708bc759e85e68a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 16 Nov 2018 08:32:56 +0100 Subject: [PATCH] tests: remove duplicate definition Probably imported by 6d58c632025cb6928a90e4176577982bfb9c3981, a merge commit. * tests/atlocal.in (POSIXLY_CORRECT_IS_EXPORTED): Define it once. --- tests/atlocal.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index f48bb575..836f3719 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -140,13 +140,3 @@ export LC_CTYPE # Empty if no xsltproc was found : ${XSLTPROC='@XSLTPROC@'} - -# Don't just check if $POSIXLY_CORRECT is set, as Bash, when launched -# as /bin/sh, sets the shell variable POSIXLY_CORRECT to y, but not -# the environment variable. -: ${C_COMPILER_POSIXLY_CORRECT='@C_COMPILER_POSIXLY_CORRECT@'} -if env | grep '^POSIXLY_CORRECT=' >/dev/null; then - POSIXLY_CORRECT_IS_EXPORTED=true -else - POSIXLY_CORRECT_IS_EXPORTED=false -fi