diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 64951b10ee356698a3dfd0134b8eb853293d4c33..70e1086f6180193b295c85beaade2a6ff6a9d540 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 ");