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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:51:31 UTC 2009


The following commit has been merged in the upstream branch:
commit 40b2aeb6638de27eae7419c42fcd68e6ce74cdee
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Thu Jan 27 22:23:13 2005 +1100

    Fix for cygwin built
    
    darcs-hash:20050127112313-fbd8f-94e3a4234a51222221ddf093bdae7c4ff8a6213b.gz

diff --git a/configure.in b/configure.in
index dba51e7..723794f 100644
--- a/configure.in
+++ b/configure.in
@@ -110,9 +110,10 @@ then
   LIBTOOL="$LIBTOOL --silent"
 fi
 
-dnl Fix for MacOSX libtool
+dnl Fix for MacOSX and cygwin libtool
 case "$build" in
   *-apple-darwin*) NO_UNDEFINED="-module" ;;
+  *-pc-cygwin*)    NO_UNDEFINED="" ;;
   *)               NO_UNDEFINED="-no-undefined" ;;
 esac
 AC_SUBST(NO_UNDEFINED)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list