summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-08-07 21:01:15 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-08-07 21:01:15 (GMT)
commit753a60f18454c0870bb0db7a0152e60afa98911c (patch)
tree030f46580a88c9327d07c246d9760727695d1394 /configure
parentc897b7ea07ccafd47d32a02e6a945156b0832726 (diff)
downloadhdf5-753a60f18454c0870bb0db7a0152e60afa98911c.zip
hdf5-753a60f18454c0870bb0db7a0152e60afa98911c.tar.gz
hdf5-753a60f18454c0870bb0db7a0152e60afa98911c.tar.bz2
[svn-r14047] Purpose: Adding H5_HAVE_SIGLONGJMP macro to configure.
Description: Configure will now detect the presence of the 'siglongjmp' function. If present, the macro H5_HAVE_SIGLONGJMP will be defined in src/H5pubconf.h. Tested: kagiso, smirom, linew
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 58a7d7f..e75de72 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 14025 2007-07-30 19:55:28Z epourmal .
+# From configure.in Id: configure.in 14027 2007-07-30 19:59:05Z epourmal .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for HDF5 1.8.0-beta3post1.
#
@@ -46909,7 +46909,8 @@ done
-for ac_func in BSDgettimeofday longjmp setsysinfo sigaction
+
+for ac_func in BSDgettimeofday siglongjmp longjmp setsysinfo sigaction
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5