diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:31:02 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:31:02 -0500 |
commit | 121766a9d6295d1b3f33b2171c3ad234615627c3 (patch) | |
tree | e49237e7e1a77e9b3adf0fec98d16dba87979426 /configure.in | |
parent | 3857022a761ea7251f8e5c0e45d382ebc3e34cf9 (diff) | |
download | glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.tar.gz glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.tar.xz glibc-121766a9d6295d1b3f33b2171c3ad234615627c3.zip |
Remove pwd tst from configure
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
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, |