[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:16 UTC 2009


The following commit has been merged in the upstream branch:
commit abec65bae8292643074006d7b375557c78a2aac3
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Mar 18 03:41:32 2009 +1100

    Fix for compilation on Mac OSX 10.4, 10.5
    
    darcs-hash:20090317164132-d4795-d78ec2739df7222d96e11eec925a2e53b4117998.gz

diff --git a/configure.in b/configure.in
index f47c1b3..48b8461 100644
--- a/configure.in
+++ b/configure.in
@@ -113,7 +113,7 @@ fi
 
 dnl Fix for MacOSX and cygwin libtool
 case "$build" in
-  *-apple-darwin*) NO_UNDEFINED="-module" ;;
+  *-apple-darwin*) NO_UNDEFINED="" ;;
   *-pc-cygwin*)    NO_UNDEFINED="" ;;
   *)               NO_UNDEFINED="-no-undefined" ;;
 esac

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list