From 8e04c7371849a2f204d6cb83ab961197706d904f Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Mon, 4 May 2009 13:49:30 +0000 Subject: [PATCH] Regenerate configure and pyconfig.h.in --- configure | 4 ++-- pyconfig.h.in | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 -- 2.47.3