- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in

config.{guess,sub}.
This commit is contained in:
Matthias Klose 2012-03-15 21:30:11 +01:00
parent 3270d11d8a
commit ca2f6ecfc9
5 changed files with 3421 additions and 29 deletions

View file

@ -33,6 +33,8 @@ fi
AC_CONFIG_SRCDIR([Include/object.h])
AC_CONFIG_HEADER(pyconfig.h)
AC_CANONICAL_HOST
dnl Ensure that if prefix is specified, it does not end in a slash. If
dnl it does, we get path names containing '//' which is both ugly and
dnl can cause trouble.