aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-09-24 15:37:13 +0000
committerIan Lance Taylor <ian@airs.com>1997-09-24 15:37:13 +0000
commit42a6231749b67b500c5a4fd46853513fe2cc1a49 (patch)
tree2c6ac77d414660527989ca35ef1b0338c0fc71d7 /gprof/configure
parentb5db0960f36902c6503fa655589b16e9d7aedc70 (diff)
downloadgdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.zip
gdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.tar.gz
gdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.tar.bz2
* aclocal.m4: Rebuild with new libtool.
* Makefile.in: Rebuild with current automake. * configure: Rebuild.
Diffstat (limited to 'gprof/configure')
-rwxr-xr-xgprof/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/configure b/gprof/configure
index 264cb00..5a9b2fa 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -1074,10 +1074,7 @@ if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
case "$LD" in
- /*)
- ac_cv_path_LD="$LD" # Let the user override the test with a path.
- ;;
- *)
+ "")
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
@@ -1095,6 +1092,9 @@ else
done
IFS="$ac_save_ifs"
;;
+ *)
+ ac_cv_path_LD="$LD" # Let the user override the test with a path.
+ ;;
esac
fi