Commit 9334ef9e by Gerald Pfeifer Committed by Gerald Pfeifer

configure.ac (ACX_BUGURL): Update.

	* configure.ac (ACX_BUGURL): Update.
	* configure: Regenerate.

From-SVN: r245296
parent 9c0c77d2
2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
* configure.ac (ACX_BUGURL): Update.
* configure: Regenerate.
2017-02-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/69823
......
......@@ -7655,7 +7655,7 @@ if test "${with_bugurl+set}" = set; then :
;;
esac
else
BUGURL="http://gcc.gnu.org/bugs.html"
BUGURL="https://gcc.gnu.org/bugs/"
fi
......
......@@ -930,7 +930,7 @@ AC_ARG_WITH(specs,
AC_SUBST(CONFIGURE_SPECS)
ACX_PKGVERSION([GCC])
ACX_BUGURL([http://gcc.gnu.org/bugs.html])
ACX_BUGURL([https://gcc.gnu.org/bugs/])
# Sanity check enable_languages in case someone does not run the toplevel
# configure # script.
......
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