Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Using shell comments to rip out M4 macros is dangerous since macros are rewritten...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Aug 2007 09:38:06 +0000 (09:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Aug 2007 09:38:06 +0000 (09:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3935 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index c34a399..e966c0a 100644 (file)
@@ -214,7 +214,6 @@ if test "x$gtnets_path" = "xno" ; then
 else  
   AC_MSG_RESULT(***** You have decided to use the experimental GTNetS. We hope you know what you're doing.. ****)
   AC_MSG_CHECKING(for gtnets)
-#  AC_CHECK_LIB(gtnets,Simulator.RunUntilNextCompletion,gtnets=yes, gtnets=no,-L$gtnets_path/lib)
   AX_CXX_CHECK_LIB(gtnets,[Simulator::RunUntilNextCompletion],gtnets=yes, gtnets=no,-L$gtnets_path/lib)
 
   if test "x$gtnets" = xyes ; then