#! /bin/sh
-# From configure.in Revision: 1.139 .
+# From configure.in Revision: 1.141 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
if test "$GXX" = yes ; then
CXXFLAGSO="$CXXFLAGS -O2 -Wuninitialized -felide-constructors -ftemplate-depth-32"
CXXFLAGSG="$CXXFLAGS -DDEBUG -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Winline -Woverloaded-virtual -Wstrict-prototypes -Wsynth -Wsign-compare -Wconversion -Wswitch -ftemplate-depth-32"
- CXXFLAGSPIC="-fPIC"
- LDFLAGSPIC="-fPIC"
+
+ case "$target" in
+ *aix* )
+ CXXFLAGSPIC=
+ LDFLAGSPIC=
+ ;;
+
+ *)
+ CXXFLAGSPIC="-fPIC"
+ LDFLAGSPIC="-fPIC"
+ ;;
+ esac
case "$GXX_VERSION" in
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- echo "$as_me:$LINENO: result: not necessary" >&5
-echo "${ECHO_T}not necessary" >&6
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
else
echo "$as_me: failed program was:" >&5
fi;
case "$target" in
- *-aix* | alpha*-linux* | alpha*-osf45* | *cygwin | powerpc-apple-darwin* )
+ *-aix4* | alpha*-linux* | alpha*-osf45* | *cygwin | powerpc-apple-darwin* )
{ echo "$as_me:$LINENO: WARNING: Shared libraries not supported on $target. Using static libs instead" >&5
echo "$as_me: WARNING: Shared libraries not supported on $target. Using static libs instead" >&2;}
enableshared=no