]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Regenerate configure and pyconfig.h.in
authorMark Dickinson <dickinsm@gmail.com>
Mon, 4 May 2009 13:49:30 +0000 (13:49 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 4 May 2009 13:49:30 +0000 (13:49 +0000)
configure
pyconfig.h.in

index 17ed9f27f9e52e903d811b0188a9c7b3547f54d6..cbef6fcfae86d38bf670733e25412cf27b3416bb 100755 (executable)
--- 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;;
index f37774c2f96f3daebbff1e13459494bfe9302f6d..81828ef9141e109bf6217c638bccb9cfe70a1da9 100644 (file)
 /* Define to 1 if you have the <bluetooth.h> 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
 
 /* Define to 1 if you have the <libintl.h> 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). */
 /* 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