diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-30 01:37:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-30 01:37:49 +0000 |
commit | fd6fbec86dec667372d37b096fd4f96010ff1659 (patch) | |
tree | 244a0c8940c3aadd743fdebde6ce68eba96826d4 /configure | |
parent | 25832e2aa958b30dac80600d12b0626b37018910 (diff) |
[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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |