525481. (Probably not a 2.2.1 candidate, unless the fix that introduced a
long double into objimpl.h (rev. 2.44) is backported to 2.2.1).
#! /bin/sh
-# From configure.in Revision: 1.293
+# From configure.in Revision: 1.295
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
fi
case $ac_sys_system in
AIX*)
- LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $(LINKCC)";;
+ LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp \"\" \$(LIBRARY); $LINKCC";;
dgux*)
LINKCC="LD_RUN_PATH=$libdir $(LINKCC)";;
Monterey64*)
esac
case $ac_sys_system in
Darwin*)
- OPT="$OPT -no-cpp-precomp";;
+ OPT="$OPT -Wno-long-double -no-cpp-precomp";;
esac
fi
esac
case $ac_sys_system in
Darwin*)
- OPT="$OPT -no-cpp-precomp";;
+ OPT="$OPT -Wno-long-double -no-cpp-precomp";;
esac
fi