Commit b8f11a66 authored by Ronald Oussoren's avatar Ronald Oussoren

Fix for issue 8067

parent 57a4b983
#! /bin/sh #! /bin/sh
# From configure.in Revision: 78196 . # From configure.in Revision: 78476 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.2. # Generated by GNU Autoconf 2.61 for python 3.2.
# #
...@@ -2154,6 +2154,8 @@ _ACEOF ...@@ -2154,6 +2154,8 @@ _ACEOF
# has no effect, don't bother defining them # has no effect, don't bother defining them
Darwin/[6789].*) Darwin/[6789].*)
define_xopen_source=no;; define_xopen_source=no;;
Darwin/1[6789].*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
# or has another value. By not (re)defining it, the defaults come in place. # or has another value. By not (re)defining it, the defaults come in place.
...@@ -3829,7 +3831,7 @@ else ...@@ -3829,7 +3831,7 @@ else
{ echo "$as_me:$LINENO: result: no" >&5 { echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; } echo "${ECHO_T}no" >&6; }
fi fi
rm -f conftest* rm -f -r conftest*
...@@ -5404,7 +5406,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5404,7 +5406,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
...@@ -5425,7 +5427,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5425,7 +5427,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
...@@ -6525,7 +6527,7 @@ _ACEOF ...@@ -6525,7 +6527,7 @@ _ACEOF
fi fi
rm -f conftest* rm -f -r conftest*
{ echo "$as_me:$LINENO: result: $was_it_defined" >&5 { echo "$as_me:$LINENO: result: $was_it_defined" >&5
echo "${ECHO_T}$was_it_defined" >&6; } echo "${ECHO_T}$was_it_defined" >&6; }
...@@ -7055,7 +7057,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -7055,7 +7057,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_type_uid_t=no ac_cv_type_uid_t=no
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
...@@ -15724,7 +15726,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -15724,7 +15726,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
unistd_defines_pthreads=no unistd_defines_pthreads=no
fi fi
rm -f conftest* rm -f -r conftest*
{ echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5 { echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5
echo "${ECHO_T}$unistd_defines_pthreads" >&6; } echo "${ECHO_T}$unistd_defines_pthreads" >&6; }
...@@ -17022,7 +17024,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17022,7 +17024,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then $EGREP "yes" >/dev/null 2>&1; then
ipv6type=$i ipv6type=$i
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
kame) kame)
...@@ -17045,7 +17047,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17045,7 +17047,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
linux-glibc) linux-glibc)
...@@ -17066,7 +17068,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17066,7 +17068,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6type=$i; ipv6type=$i;
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
linux-inet6) linux-inet6)
...@@ -17104,7 +17106,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17104,7 +17106,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
v6d) v6d)
...@@ -17127,7 +17129,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17127,7 +17129,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib; ipv6libdir=/usr/local/v6/lib;
BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS" BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS"
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
zeta) zeta)
...@@ -17149,7 +17151,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17149,7 +17151,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f conftest* rm -f -r conftest*
;; ;;
esac esac
...@@ -25664,7 +25666,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -25664,7 +25666,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f conftest* rm -f -r conftest*
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
...@@ -25683,7 +25685,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -25683,7 +25685,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
...@@ -25953,7 +25955,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -25953,7 +25955,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f conftest* rm -f -r conftest*
fi fi
......
...@@ -319,6 +319,8 @@ case $ac_sys_system/$ac_sys_release in ...@@ -319,6 +319,8 @@ case $ac_sys_system/$ac_sys_release in
# has no effect, don't bother defining them # has no effect, don't bother defining them
Darwin/@<:@6789@:>@.*) Darwin/@<:@6789@:>@.*)
define_xopen_source=no;; define_xopen_source=no;;
Darwin/1@<:@6789@:>@.*)
define_xopen_source=no;;
# On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but # On AIX 4 and 5.1, mbstate_t is defined only when _XOPEN_SOURCE == 500 but
# used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined # used in wcsnrtombs() and mbsnrtowcs() even if _XOPEN_SOURCE is not defined
# or has another value. By not (re)defining it, the defaults come in place. # or has another value. By not (re)defining it, the defaults come in place.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment