Commit 5fef1dbd by Richard Sandiford Committed by Richard Sandiford

configure.in: Clear gcc_version_trigger if the file doesn't exist.

	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
	* configure: Regenerate.

From-SVN: r91639
parent 30513cf6
2004-12-02 Richard Sandiford <rsandifo@redhat.com>
* configure.in: Clear gcc_version_trigger if the file doesn't exist.
* configure: Regenerate.
2004-12-02 Richard Sandiford <rsandifo@redhat.com>
* configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
* configure: Regenerate.
......
......@@ -112,6 +112,8 @@ if test -f $gcc_version_trigger ; then
ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
;;
esac
else
gcc_version_trigger=
fi
### To add a new directory to the tree, first choose whether it is a target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment