From 121766a9d6295d1b3f33b2171c3ad234615627c3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 09:31:02 -0500 Subject: Remove pwd tst from configure --- configure.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 15f925e46a..fbc8881f51 100644 --- a/configure.in +++ b/configure.in @@ -939,16 +939,6 @@ AC_CHECK_PROG_VER(LD, $LD, --version, [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)], [2.1[3-9]*|2.1[0-9][0-9]*|2.[2-9][0-9]*|[3-9].*|[1-9][0-9]*], LD=: critic_missing="$critic_missing ld") -# We need the physical current working directory. We cannot use the -# "pwd -P" shell builtin since that's not portable. Instead we try to -# find a pwd binary. Note that assigning to the PWD environment -# variable might have some interesting side effects, so we don't do -# that. -AC_PATH_PROG(PWD_P, pwd, no) -if test "$PWD_P" = no; then - AC_MSG_ERROR(*** A pwd binary could not be found.) -fi - # These programs are version sensitive. AC_CHECK_TOOL_PREFIX AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, -- cgit 1.4.1