summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-20 17:04:49 +0000
committerEric Christopher <echristo@apple.com>2011-07-20 17:04:49 +0000
commit91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40 (patch)
tree4fcc4285348a67f311ac9098df5573b24cfb39c1 /configure
parent626f52d43df67c29b156f524551327d741ef80bf (diff)
downloadllvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.gz
llvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.bz2
llvm-91e7ccd98bfa3db5f5c5d2ffa1ffb4061043af40.tar.xz
Regenerate configure and friends for Chad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 17 insertions, 1 deletions
diff --git a/configure b/configure
index f3f444e21b..ad89e896d8 100755
--- a/configure
+++ b/configure
@@ -1471,6 +1471,8 @@ Optional Packages:
64 bit multilib directory.
--with-binutils-include Specify path to binutils/include/ containing
plugin-api.h file for gold plugin.
+ --with-bug-report-url Specify the URL where bug reports should be
+ submitted (default=http://llvm.org)
--with-tclinclude directory where tcl headers are
--with-llvmcc=<name> Choose the LLVM capable compiler to use (llvm-gcc,
clang, or none; default=check)
@@ -5526,6 +5528,20 @@ echo "$as_me: error: Invalid path to directory containing plugin-api.h." >&2;}
fi
fi
+
+# Check whether --with-bug-report-url was given.
+if test "${with_bug_report_url+set}" = set; then
+ withval=$with_bug_report_url;
+else
+ withval="http://llvm.org"
+fi
+
+
+cat >>confdefs.h <<_ACEOF
+#define BUG_REPORT_URL "$withval"
+_ACEOF
+
+
# Check whether --enable-libffi was given.
if test "${enable_libffi+set}" = set; then
enableval=$enable_libffi; case "$enableval" in
@@ -11602,7 +11618,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11591 "configure"
+#line 11621 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H