summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-08-02 20:53:43 +0000
committerChad Rosier <mcrosier@apple.com>2011-08-02 20:53:43 +0000
commit11066fb9374d80a1564d9bbcc93ccc2402fb1f97 (patch)
tree7528c780c73092010964d8a367388b479a3dbe84 /autoconf
parent6445ecbdb9caea8269ecb62e8dce13fe25238247 (diff)
downloadllvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.tar.gz
llvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.tar.bz2
llvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.tar.xz
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
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 559d0bc010..8a0d73b7de 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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.])