From: Mark Dickinson Date: Mon, 4 May 2009 13:49:30 +0000 (+0000) Subject: Regenerate configure and pyconfig.h.in X-Git-Tag: 3.0~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e04c7371849a2f204d6cb83ab961197706d904f;p=thirdparty%2FPython%2Fcpython.git Regenerate configure and pyconfig.h.in --- diff --git a/configure b/configure index 17ed9f27f9e5..cbef6fcfae86 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 68280 . +# From configure.in Revision: 68442 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.0. # @@ -2228,7 +2228,7 @@ echo $ECHO_N "checking for --without-gcc... $ECHO_C" >&6; } if test "${with_gcc+set}" = set; then withval=$with_gcc; case $withval in - no) CC=cc + no) CC=${CC:-cc} without_gcc=yes;; yes) CC=gcc without_gcc=no;; diff --git a/pyconfig.h.in b/pyconfig.h.in index f37774c2f96f..81828ef9141e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -58,6 +58,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_BLUETOOTH_H +/* Define if mbstowcs(NULL, "text", 0) does not return the number of wide + chars that would be converted. */ +#undef HAVE_BROKEN_MBSTOWCS + /* Define if nice() returns success/failure instead of the new priority. */ #undef HAVE_BROKEN_NICE @@ -357,7 +361,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H -/* Define to 1 if you have the `readline' library (-lreadline). */ +/* Define if you have the readline library (-lreadline). */ #undef HAVE_LIBREADLINE /* Define to 1 if you have the `resolv' library (-lresolv). */ @@ -800,10 +804,6 @@ /* Define to 1 if you have the `wcsxfrm' function. */ #undef HAVE_WCSXFRM -/* Define if mbstowcs(NULL, "text", 0) does not return the number of - wide chars that would be converted */ -#undef HAVE_BROKEN_MBSTOWCS - /* Define if tzset() actually switches the local timezone in a meaningful way. */ #undef HAVE_WORKING_TZSET