You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains any messages produced by compilers while
1997
1999
running configure, to aid debugging if configure makes a mistake.
1998
2000
1999
-
It was created by openosc $as_me 1.0.2, which was
2001
+
It was created by openosc $as_me 1.0.3, which was
2000
2002
generated by GNU Autoconf 2.69. Invocation command line was
2001
2003
2002
2004
$ $0 $@
@@ -2859,7 +2861,7 @@ fi
2859
2861
2860
2862
# Define the identity of the package.
2861
2863
PACKAGE='openosc'
2862
-
VERSION='1.0.2'
2864
+
VERSION='1.0.3'
2863
2865
2864
2866
2865
2867
cat >>confdefs.h <<_ACEOF
@@ -5229,6 +5231,18 @@ if test "$am_t" != yes; then
5229
5231
fi
5230
5232
5231
5233
5234
+
# Check whether --enable-safec was given.
5235
+
if test "${enable_safec+set}" = set; then :
5236
+
enableval=$enable_safec;
5237
+
fi
5238
+
5239
+
if test "x$enable_safec" != "xno"; then :
5240
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The safec feature is not disabled" >&5
5241
+
$as_echo "$as_me: The safec feature is not disabled" >&6;}
5242
+
else
5243
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The safec feature is disabled" >&5
5244
+
$as_echo "$as_me: The safec feature is disabled" >&6;}
5245
+
fi
5232
5246
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dladdr in -ldl" >&5
5233
5247
$as_echo_n "checking for dladdr in -ldl... " >&6; }
5234
5248
if ${ac_cv_lib_dl_dladdr+:} false; then :
@@ -5748,14 +5762,28 @@ else
5748
5762
OPENOSC_TEST_CXX_PROG_FALSE=
5749
5763
fi
5750
5764
5751
-
if test "x$ac_cv_lib_ciscosafec_memcpy_s" = xyes -a "x$ac_cv_header_safe_lib_h" = xyes -o "x$ac_cv_lib_ciscosafec_memcpy_s" = xyes -a "x$ac_cv_header_safec_safe_lib_h" = xyes; then
5765
+
if test -z "$OPENOSC_TEST_CXX_PROG_TRUE"; then :
5766
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The unit-test C++ code coverage is ON" >&5
5767
+
$as_echo "$as_me: The unit-test C++ code coverage is ON" >&6;}
5768
+
else
5769
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The unit-test C++ code coverage is OFF" >&5
5770
+
$as_echo "$as_me: The unit-test C++ code coverage is OFF" >&6;}
5771
+
fi
5772
+
if test "x$enable_safec" != xno -a "x$ac_cv_lib_ciscosafec_memcpy_s" = xyes -a "x$ac_cv_header_safe_lib_h" = xyes -o "x$ac_cv_lib_ciscosafec_memcpy_s" = xyes -a "x$ac_cv_header_safec_safe_lib_h" = xyes; then
5752
5773
HAS_SAFEC_TRUE=
5753
5774
HAS_SAFEC_FALSE='#'
5754
5775
else
5755
5776
HAS_SAFEC_TRUE='#'
5756
5777
HAS_SAFEC_FALSE=
5757
5778
fi
5758
5779
5780
+
if test -z "$HAS_SAFEC_TRUE"; then :
5781
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The safec coverage is ON" >&5
5782
+
$as_echo "$as_me: The safec coverage is ON" >&6;}
5783
+
else
5784
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: The safec coverage is OFF" >&5
5785
+
$as_echo "$as_me: The safec coverage is OFF" >&6;}
0 commit comments