summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-05 00:29:06 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-05 00:29:06 +0000
commit234aaf08c8b81127a765b2d991cafe146502853c (patch)
treea1b8fea2bd62abd41aaf8f3481296c061633a5a1 /configure
parentfa511bf6c286bb93236ee5aa08e7848414459d94 (diff)
downloadllvm-234aaf08c8b81127a765b2d991cafe146502853c.tar.gz
llvm-234aaf08c8b81127a765b2d991cafe146502853c.tar.bz2
llvm-234aaf08c8b81127a765b2d991cafe146502853c.tar.xz
Finally, fix the autoconf setup to allow for a missing clock_gettime;
the source code should now be set up to handle this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 8e06154b98..4392e976ae 100755
--- a/configure
+++ b/configure
@@ -12614,10 +12614,6 @@ ac_res=$ac_cv_search_clock_gettime
if test "$ac_res" != no; then
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-else
- { { echo "$as_me:$LINENO: error: clock_gettime not found and is required for modern POSIX timing uspport" >&5
-echo "$as_me: error: clock_gettime not found and is required for modern POSIX timing uspport" >&2;}
- { (exit 1); exit 1; }; }
fi