[Genabel-commits] r1598 - branches/ProbABEL-0.50

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 6 18:03:14 CET 2014


Author: maartenk
Date: 2014-02-06 18:03:13 +0100 (Thu, 06 Feb 2014)
New Revision: 1598

Modified:
   branches/ProbABEL-0.50/configure.ac
Log:
fixed bug described by Lennart in mail "Re: [GenABEL-dev] [Genabel-commits] r1596 - branches/ProbABEL-0.50" which was introduced with revision 1596

Modified: branches/ProbABEL-0.50/configure.ac
===================================================================
--- branches/ProbABEL-0.50/configure.ac	2014-02-05 20:59:46 UTC (rev 1597)
+++ branches/ProbABEL-0.50/configure.ac	2014-02-06 17:03:13 UTC (rev 1598)
@@ -23,8 +23,7 @@
    # User did not set CXXFLAGS, so we can put in our own defaults
     CXXFLAGS="-g -O2 -DNDEBUG -Wextra"
 fi
-if test -z "$
-"; then
+if test -z "$CPPFLAGS"; then
    # User did not set CPPFLAGS, so we can put in our own defaults
     CPPFLAGS="-Wall"
 fi



More information about the Genabel-commits mailing list