View | Details | Raw Unified | Return to bug 195597
Collapse All | Expand All

(-)files/patch-configure (+23 lines)
Line 0 Link Here
1
--- configure.orig	2014-09-26 13:03:19.000000000 -0700
2
+++ configure	2014-12-02 16:43:13.000000000 -0800
3
@@ -17688,7 +17688,7 @@
4
   do
5
     # Avoid testing twice the same lib
6
     case $boost_failed_libs in #(
7
-      *@$boost_lib@*) continue;;
8
+      *@$boost_lib\ $boost_rtopt_@*) continue;;
9
     esac
10
     # If with_boost is empty, we'll search in /lib first, which is not quite
11
     # right so instead we'll try to a location based on where the headers are.
12
@@ -17822,10 +17822,9 @@
13
         boost_cv_lib_unit_test_framework_LDFLAGS="-L$boost_ldpath $boost_cv_rpath_link_ldflag$boost_ldpath"
14
         boost_cv_lib_unit_test_framework_LDPATH="$boost_ldpath"
15
         break 6
16
-      else
17
-        boost_failed_libs="$boost_failed_libs@$boost_lib@"
18
       fi
19
     done
20
+    boost_failed_libs="$boost_failed_libs@$boost_lib $boost_rtopt_@"
21
   done
22
 done
23
 done

Return to bug 195597