summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-30 01:37:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-30 01:37:49 +0000
commitfd6fbec86dec667372d37b096fd4f96010ff1659 (patch)
tree244a0c8940c3aadd743fdebde6ce68eba96826d4 /configure
parent25832e2aa958b30dac80600d12b0626b37018910 (diff)
downloadllvm-fd6fbec86dec667372d37b096fd4f96010ff1659.tar.gz
llvm-fd6fbec86dec667372d37b096fd4f96010ff1659.tar.bz2
llvm-fd6fbec86dec667372d37b096fd4f96010ff1659.tar.xz
[autoconf] Fix 80+ and quoting.
Additional quoting for safety and satisfying newer autotools. Fix a couple of 80 column violations. http://llvm-reviews.chandlerc.com/D333 Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d468759018..1ad1dac27b 100755
--- a/configure
+++ b/configure
@@ -19897,6 +19897,7 @@ _ACEOF
fi
+
{ echo "$as_me:$LINENO: checking for isinf in <math.h>" >&5
echo $ECHO_N "checking for isinf in <math.h>... $ECHO_C" >&6; }
if test "${ac_cv_func_isinf_in_math_h+set}" = set; then