Kaydet (Commit) 6abce91a authored tarafından Guido van Rossum's avatar Guido van Rossum

Get rid of --with-check-import-case. (Jason Tishler, SF #409924)

üst a1351fbd
......@@ -19,9 +19,6 @@
/* Define if you have the Mach cthreads package */
#undef C_THREADS
/* Defined when case of imported modules are checked against case of file. */
#undef CHECK_IMPORT_CASE
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t
......
......@@ -84,9 +84,6 @@
/* Define if you have the Mach cthreads package */
#undef C_THREADS
/* Defined when case of imported modules are checked against case of file. */
#undef CHECK_IMPORT_CASE
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1188,18 +1188,6 @@ else AC_ERROR(proper usage is --with-libc=STRING)
fi],
[AC_MSG_RESULT(default LIBC=\"$LIBC\")])
# check for --with-check-import-case
AC_ARG_WITH(check-import-case,
[ --with-check-import-case enable imported module name case checking],,)
AC_MSG_CHECKING(for --with-check-import-case)
if test "$with_check_import_case"
then
AC_DEFINE(CHECK_IMPORT_CASE)
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
fi
# check for hypot() in math library
LIBS_SAVE=$LIBS
LIBS="$LIBS $LIBM"
......
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