X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Facx.m4;h=5712ab21a64b735ef56d26752c1d16ac4468a870;hb=c6b750e16cc8d4bd7d4c9df5bfe76207bca0f6d8;hp=826f6ba3ccc9588e0550b3c31748bf2ba2acc54e;hpb=edd515d9f2077ebb9b2e7ccc625182be76325f12;p=deliverable%2Fbinutils-gdb.git diff --git a/config/acx.m4 b/config/acx.m4 index 826f6ba3cc..5712ab21a6 100644 --- a/config/acx.m4 +++ b/config/acx.m4 @@ -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