Issue #10656: Merge AIX build fix from 3.6

This commit is contained in:
Martin Panter 2016-11-20 22:16:46 +00:00
commit a57890e5ec
6 changed files with 9 additions and 3 deletions

View file

@ -70,6 +70,7 @@ if test ! -n "$*"; then
fi
makexp=`dirname $0`/makexp_aix
test -x "${makexp}" || makexp="@abs_srcdir@/makexp_aix"
# Check for existence of compiler.
CC=$1; shift