From 691beae8263f27b1888cb14e719822bbe82b68c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Jun 1998 22:15:41 +0000 Subject: [PATCH] Use unset CDPATH instead of making it empty. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 484839b46d3..7686b43c64f 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,7 @@ case "${srcdir}" in ## We may be able to use the $PWD environment variable to make this ## absolute. But sometimes PWD is inaccurate. ## Make sure CDPATH doesn't affect cd (in case PWD is relative). - CDPATH= + unset CDPATH if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ; then srcdir="$PWD" -- 2.39.5