diff options
author | Guido van Rossum <guido@python.org> | 2001-03-20 13:09:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-20 13:09:14 (GMT) |
commit | 6abce91a345be8ae4b35fb1d6be53178a747dea2 (patch) | |
tree | 9398af585b217a5834c59792b5baaf76f14affdf /configure.in | |
parent | a1351fbd884189329bbcb6c688ca992fc1afc3f6 (diff) | |
download | cpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.zip cpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.tar.gz cpython-6abce91a345be8ae4b35fb1d6be53178a747dea2.tar.bz2 |
Get rid of --with-check-import-case. (Jason Tishler, SF #409924)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 0818a9c..1898348 100644 --- a/configure.in +++ b/configure.in @@ -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" |