This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 0c58230  little fix
0c58230 is described below

commit 0c58230560a5a7e189a2c9f0a1df99f6b9f67490
Author: Yves Renard <[email protected]>
AuthorDate: Sat Apr 18 10:36:32 2020 +0200

    little fix
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index af85b06..8af852b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,7 +366,7 @@ int main() {
     if (int(b) != a) exit(1);
     if (b != long(a)) exit(1);
   } 
-} ]])],[ac_int_long_exchangeable=yes; echo "checking if int and long pointers 
are exchangeable...yes"],[ac_int_long_exchangeable=yes; echo "Int and long 
pointers are not exchangeable"],[])
+} ]])],[ac_int_long_exchangeable=yes; echo "checking if int and long pointers 
are exchangeable...yes"],[ac_int_long_exchangeable=no; echo "Int and long 
pointers are not exchangeable"],[])
 
 if test "$ac_int_long_exchangeable" != yes; then
   echo "Checking if int and long pointers are exchangeable...no"

Reply via email to