summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-05 04:50:46 +0000
committerEric Christopher <echristo@gmail.com>2015-08-05 04:50:46 +0000
commit6624be69113a2451b550d01e4bec9ede2f514c17 (patch)
treebb057f473d0a2304c9346be14084f35088163f71 /configure
parent5420525438febf30467fd63f883719ad093503f5 (diff)
Remove autoconf checks for sigsetjmp and siglongjmp as they appear to
be unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index a8a3d6675d1..8aae14d8521 100755
--- a/configure
+++ b/configure
@@ -14360,9 +14360,7 @@ done
-
-
-for ac_func in setjmp longjmp sigsetjmp siglongjmp writev
+for ac_func in setjmp longjmp writev
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5