nemiver r909 - trunk



Author: jjongsma
Date: Wed Aug 13 21:25:58 2008
New Revision: 909
URL: http://svn.gnome.org/viewvc/nemiver?rev=909&view=rev

Log:
fix the boost unit test static library detection

A space was missing so two of the candidates got concatenated together


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Aug 13 21:25:58 2008
@@ -244,7 +244,7 @@
     AX_BOOST_TEST_EXEC_MONITOR
 
     unit_framework_lib_candidates="/usr/lib/libboost_unit_test_framework-st.a /usr/lib/libboost_unit_test_framework.a"
-    unit_framework_lib_candidates=$unit_framework_lib_candidates"/usr/lib64/libboost_unit_test_framework-st.a /usr/lib64/libboost_unit_test_framework.a"
+    unit_framework_lib_candidates=$unit_framework_lib_candidates" /usr/lib64/libboost_unit_test_framework-st.a /usr/lib64/libboost_unit_test_framework.a"
     for i in $unit_framework_lib_candidates ; do
         if test -f $i ; then
             BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB=$i



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