summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-08-24 02:01:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-08-24 02:01:48 (GMT)
commit3a7dffa4cec84c94685fc9dccbded8ee41904fd5 (patch)
tree4dd078de4f3cc6fce7c9298689bdc76e27ed8117 /configure
parent12d5e0f01693686a96eb45af88c2b7f7c6caaac6 (diff)
downloadcpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.zip
cpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.tar.gz
cpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.tar.bz2
remove support for compiling on systems without getcwd()
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index 55fa2a6..0f9ba0f 100755
--- a/configure
+++ b/configure
@@ -11379,19 +11379,6 @@ esac
fi
-ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd"
-if test "x$ac_cv_func_getcwd" = xyes; then :
- $as_echo "#define HAVE_GETCWD 1" >>confdefs.h
-
-else
- case " $LIBOBJS " in
- *" getcwd.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS getcwd.$ac_objext"
- ;;
-esac
-
-fi
-
ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup"
if test "x$ac_cv_func_strdup" = xyes; then :
$as_echo "#define HAVE_STRDUP 1" >>confdefs.h