Author: niels
Date: Wed Jun  4 12:14:57 2014
New Revision: 9492

URL: http://svn.gna.org/viewcvs/service-tech?rev=9492&view=rev
Log:
* fixed typo


Modified:
    trunk/lola2/configure.ac

Modified: trunk/lola2/configure.ac
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/configure.ac?rev=9492&r1=9491&r2=9492&view=diff
==============================================================================
--- trunk/lola2/configure.ac    (original)
+++ trunk/lola2/configure.ac    Wed Jun  4 12:14:57 2014
@@ -26,7 +26,7 @@
   [
     AC_MSG_CHECKING([whether to compile in debug mode])
     AC_MSG_RESULT([yes])
-    CFLAGS+="-g -ggdb" CXXFLAGS+="-g -ggdb"
+    CFLAGS+=" -g -ggdb" CXXFLAGS+=" -g -ggdb"
   ],
   [
     AC_MSG_CHECKING([whether to compile in debug mode])
@@ -37,7 +37,7 @@
       1,
       [whether LoLA was built with optimization (configured with 
`--disable-debug')]
     )
-    CFLAGS+="-O4" CXXFLAGS+="-O4"
+    CFLAGS+=" -O4" CXXFLAGS+=" -O4"
   ]
 )
 


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to