lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4949] Correct the name of a variable containing the test


From: Vadim Zeitlin
Subject: [lmi-commits] [4949] Correct the name of a variable containing the test flags.
Date: Fri, 14 May 2010 15:54:18 +0000

Revision: 4949
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4949
Author:   zeitlin
Date:     2010-05-14 15:54:18 +0000 (Fri, 14 May 2010)
Log Message:
-----------
Correct the name of a variable containing the test flags.

The variably for "contains" test must be called test_contains_CXXFLAGS, not
test_crc32_CXXFLAGS.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-05-14 00:39:16 UTC (rev 4948)
+++ lmi/trunk/Makefile.am       2010-05-14 15:54:18 UTC (rev 4949)
@@ -532,7 +532,7 @@
 test_contains_SOURCES =    \
   $(common_test_objects) \
   contains_test.cpp
-test_crc32_CXXFLAGS = $(AM_CXXFLAGS)
+test_contains_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_crc32_SOURCES =    \
   $(common_test_objects) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]