mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Update the default bug report url in autoconf.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6445ecbdb9
commit
11066fb937
@ -942,8 +942,8 @@ fi
|
||||
dnl Specify the URL where bug reports should be submitted.
|
||||
AC_ARG_WITH(bug-report-url,
|
||||
AS_HELP_STRING([--with-bug-report-url],
|
||||
[Specify the URL where bug reports should be submitted (default=http://llvm.org)]),,
|
||||
withval="http://llvm.org")
|
||||
[Specify the URL where bug reports should be submitted (default=http://llvm.org/bugs/)]),,
|
||||
withval="http://llvm.org/bugs/")
|
||||
AC_DEFINE_UNQUOTED(BUG_REPORT_URL,"$withval",
|
||||
[Bug report URL.])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user