]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: Improve test for boost system library.
authorGary Lowell <glowell@inktank.com>
Tue, 9 Oct 2012 05:56:05 +0000 (22:56 -0700)
committerGary Lowell <glowell@inktank.com>
Mon, 15 Oct 2012 21:14:35 +0000 (14:14 -0700)
configure.ac
src/leveldb

index 9bf808990f29d3d8fb48db5da48082dec777326f..cc7236824c89921cd5bec5c8fadedefaed98f913 100644 (file)
@@ -364,7 +364,8 @@ AC_CHECK_HEADER([boost/statechart/state.hpp], [],
 # If we have the boost system library installed, then we may want to link
 # with it.
 AC_CHECK_LIB(boost_system-mt, main, [],
-    AC_MSG_NOTICE(["Boost system library not found."]))
+    [AC_CHECK_LIB(boost_system, main, [],
+        AC_MSG_NOTICE(["Boost system library not found."]))])
 
 AC_LANG([C])
 
index f2d406b4213a22bfed3acfdb071fbec9ca9205cc..be23f7880b64514de1c727b86f0ccefe5540519e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f2d406b4213a22bfed3acfdb071fbec9ca9205cc
+Subproject commit be23f7880b64514de1c727b86f0ccefe5540519e