From 9a9feb5afd8529f874055f2e01705572c2294c9f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 2 Mar 2003 18:50:14 +0000 Subject: [PATCH] pretty print build options --- Common/CommandLine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 64951b10ee..70e1086f61 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// $Id: CommandLine.cpp,v 1.13 2003-03-02 18:44:15 geuzaine Exp $ +// $Id: CommandLine.cpp,v 1.14 2003-03-02 18:50:14 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -118,10 +118,10 @@ char *Get_BuildOptions(void) if(first){ #if defined(HAVE_GSL) - strcat(opt, "GSL, "); + strcat(opt, "GSL "); #endif #if defined(HAVE_TRIANGLE) - strcat(opt, "Triangle, "); + strcat(opt, "TRIANGLE "); #endif #if defined(HAVE_LIBJPEG) strcat(opt, "JPEG "); -- GitLab