lgeneral: bump version (#1713)

This commit is contained in:
Schrijvers Luc
2017-10-16 22:01:08 +02:00
committed by diversys
parent 66a69766fd
commit 102d6983e9
2 changed files with 6 additions and 30 deletions

View File

@@ -4,28 +4,6 @@ Date: Thu, 28 Jul 2016 11:46:18 +0200
Subject: applying patch lgeneral 1.3.1
diff --git a/configure b/configure
index 39e357b..fa13fe3 100755
--- a/configure
+++ b/configure
@@ -5472,7 +5472,7 @@ if ${ac_cv_lib_m_main+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lm $LIBS"
+LIBS="$LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -5501,7 +5501,7 @@ if test "x$ac_cv_lib_m_main" = xyes; then :
#define HAVE_LIBM 1
_ACEOF
- LIBS="-lm $LIBS"
+ LIBS="$LIBS"
else
as_fn_error $? "maths library is needed" "$LINENO" 5
diff --git a/src/config.c b/src/config.c
index 3b1dfef..fb495c0 100644
--- a/src/config.c