summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-02 09:24:26 +0200
committerGuido Günther <agx@sigxcpu.org>2016-10-02 09:24:26 +0200
commitdc7e4d4a9446b4b9840bdc740360151b43411ce0 (patch)
treebcc13a9733d928b7ca72c33941fd3d7fcbf8535a /configure
parent6858d33892c1c0a70b365ebacab52e537af94bc1 (diff)
New upstream version 2.3.0~rc2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 14 insertions, 14 deletions
diff --git a/configure b/configure
index 7ae7eaf5b..f0976c802 100755
--- a/configure
+++ b/configure
@@ -60446,9 +60446,9 @@ _ACEOF
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sanlock_add_lockspace_timeout in -lsanlock_client" >&5
-$as_echo_n "checking for sanlock_add_lockspace_timeout in -lsanlock_client... " >&6; }
-if ${ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout+:} false; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sanlock_write_lockspace in -lsanlock_client" >&5
+$as_echo_n "checking for sanlock_write_lockspace in -lsanlock_client... " >&6; }
+if ${ac_cv_lib_sanlock_client_sanlock_write_lockspace+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -60462,36 +60462,36 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
#ifdef __cplusplus
extern "C"
#endif
-char sanlock_add_lockspace_timeout ();
+char sanlock_write_lockspace ();
int
main ()
{
-return sanlock_add_lockspace_timeout ();
+return sanlock_write_lockspace ();
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout=yes
+ ac_cv_lib_sanlock_client_sanlock_write_lockspace=yes
else
- ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout=no
+ ac_cv_lib_sanlock_client_sanlock_write_lockspace=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout" >&5
-$as_echo "$ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout" >&6; }
-if test "x$ac_cv_lib_sanlock_client_sanlock_add_lockspace_timeout" = xyes; then :
- sanlock_add_lockspace_timeout=yes
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sanlock_client_sanlock_write_lockspace" >&5
+$as_echo "$ac_cv_lib_sanlock_client_sanlock_write_lockspace" >&6; }
+if test "x$ac_cv_lib_sanlock_client_sanlock_write_lockspace" = xyes; then :
+ sanlock_write_lockspace=yes
else
- sanlock_add_lockspace_timeout=no
+ sanlock_write_lockspace=no
fi
- if test "x$sanlock_add_lockspace_timeout" = "xyes" ; then
+ if test "x$sanlock_write_lockspace" = "xyes" ; then
cat >>confdefs.h <<_ACEOF
-#define HAVE_SANLOCK_ADD_LOCKSPACE_TIMEOUT 1
+#define HAVE_SANLOCK_IO_TIMEOUT 1
_ACEOF
fi