[cig-commits] r15180 - mc/3D/CitcomS/trunk

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Jun 10 13:42:43 PDT 2009


Author: tan2
Date: 2009-06-10 13:42:43 -0700 (Wed, 10 Jun 2009)
New Revision: 15180

Modified:
   mc/3D/CitcomS/trunk/configure.ac
Log:
Added COND_GGRD flags; removed redundant LIBS

Modified: mc/3D/CitcomS/trunk/configure.ac
===================================================================
--- mc/3D/CitcomS/trunk/configure.ac	2009-06-10 20:41:31 UTC (rev 15179)
+++ mc/3D/CitcomS/trunk/configure.ac	2009-06-10 20:42:43 UTC (rev 15180)
@@ -59,6 +59,7 @@
         [use GGRD file support @<:@default=no@:>@])],
     [want_ggrd="$withval"],
     [want_ggrd=no])
+AM_CONDITIONAL([COND_GGRD], [test "$want_ggrd" = yes])
 AC_ARG_WITH([cuda],
     [AC_HELP_STRING([--with-cuda],
         [use CUDA @<:@default=no@:>@])],
@@ -162,7 +163,6 @@
 AM_CONDITIONAL([COND_EXCHANGER], [test "$want_exchanger" = yes])
 AC_SEARCH_LIBS([gzopen], [z], [
 		CPPFLAGS="-DUSE_GZDIR $CPPFLAGS"
-		LIBS="-lz $LIBS"
 		], [
     AC_MSG_WARN([GZip library not found; disabling gzip support; try setting LDFLAGS to enable it])
 ])



More information about the CIG-COMMITS mailing list