mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
Update the default bug report url in autoconf.
llvm-svn: 136721
This commit is contained in:
parent
a780c5c9f1
commit
f2c22fe8eb
@ -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…
x
Reference in New Issue
Block a user