From f2fef14eb3dec519b18323fe58431c9b9f765aa6 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 2 May 2007 23:08:59 +0000 Subject: [PATCH 1/1] Damn, forgot to remove that debugging output before commiting git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3476 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 067424b2cb..7d7966274f 100644 --- a/configure.ac +++ b/configure.ac @@ -196,7 +196,7 @@ AC_ARG_WITH(gtnets, AS_HELP_STRING([--with-gtnets], [Path to GTNetS installation (default to empty, ie not using GTNetS)]), gtnets_path="$withval",gtnets_path="NO") if test "x$gtnets_path" = "xNO" ; then - AC_MSG_RESULT(Eventually you will come to GTNetS. $gtnets_path) + AC_MSG_RESULT(Eventually you will come to GTNetS.) else AC_MSG_RESULT(***** You have decided to use the experimental GTNetS. We hope you know what you're doing.. ****) AC_DEFINE(USE_GTNETS, 1, [Indicates whether we should use GTNetS or not]) -- 2.20.1