From: mquinson Date: Thu, 2 Aug 2007 09:38:06 +0000 (+0000) Subject: Using shell comments to rip out M4 macros is dangerous since macros are rewritten... X-Git-Tag: v3.3~1425 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4d1ac33fad13aec307f8dda44e7d7d9b57b7c751 Using shell comments to rip out M4 macros is dangerous since macros are rewritten on several lines, sometimes leading to commentign only the first line of the bash equivalent of the M4 macro ('dnl' is the M4 comment form) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3935 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index c34a399dc1..e966c0acf1 100644 --- a/configure.ac +++ b/configure.ac @@ -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