* Makefile.tpl (build_alias, host_alias, target_alias): Use
[deliverable/binutils-gdb.git] / config / acx.m4
index 826f6ba3ccc9588e0550b3c31748bf2ba2acc54e..5712ab21a64b735ef56d26752c1d16ac4468a870 100644 (file)
@@ -300,7 +300,7 @@ if test -z "$ac_cv_path_$1" ; then
     ac_cv_path_$1=[$]$1
   fi
 fi
-if test -z "$ac_cv_path_$1" ; then
+if test -z "$ac_cv_path_$1" && test -n "$gcc_cv_tool_dirs"; then
   AC_PATH_PROG([$1], [$2], [], [$gcc_cv_tool_dirs])
 fi
 if test -z "$ac_cv_path_$1" ; then
This page took 0.025288 seconds and 4 git commands to generate.