Remove autoconf checks for sigsetjmp and siglongjmp as they appear to
authorEric Christopher <echristo@gmail.com>
Wed, 5 Aug 2015 04:50:46 +0000 (04:50 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 5 Aug 2015 04:50:46 +0000 (04:50 +0000)
be unused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244014 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure
include/llvm/Config/config.h.in

index 830b29fd4f9e800e1e56e0437a3fe8965b046649..eafca6c31d061fdf61ed579e593ec9d05b2e8bda 100644 (file)
@@ -1873,7 +1873,7 @@ AC_CHECK_FUNCS([isatty mkdtemp mkstemp ])
 AC_CHECK_FUNCS([mktemp posix_spawn pread realpath sbrk setrlimit ])
 AC_CHECK_FUNCS([strerror strerror_r setenv ])
 AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ])
-AC_CHECK_FUNCS([setjmp longjmp sigsetjmp siglongjmp writev])
+AC_CHECK_FUNCS([setjmp longjmp writev])
 AC_CHECK_FUNCS([futimes futimens])
 AC_C_PRINTF_A
 
index a8a3d6675d18e1cc0c28a772ac8704dc917412cd..8aae14d85211643ced12c534ec0f022fd9b107b2 100755 (executable)
--- 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
index 1335ef7071e932da5d64218aee36ad2a395c29da..71b9017c0f95a2c918642b86af7e75946b9fa0a4 100644 (file)
 /* Define to 1 if you have the `setrlimit' function. */
 #undef HAVE_SETRLIMIT
 
-/* Define to 1 if you have the `siglongjmp' function. */
-#undef HAVE_SIGLONGJMP
-
 /* Define to 1 if you have the <signal.h> header file. */
 #undef HAVE_SIGNAL_H
 
-/* Define to 1 if you have the `sigsetjmp' function. */
-#undef HAVE_SIGSETJMP
-
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H