Browse Source

don't link libboost_thread. apparently we don't need it, and not all boost packages install the library by default, which can be a source of build failure.
(whether to require a compiled boost library when we really want to use it is a different question. but for now we simply don't need it)
okayed in jabber.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3844 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
c37298b952
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/nsas/tests/Makefile.am

+ 0 - 1
src/lib/nsas/tests/Makefile.am

@@ -10,7 +10,6 @@ AM_LDFLAGS =
 if USE_STATIC_LINK
 AM_LDFLAGS += -static
 endif
-AM_LDFLAGS += -lboost_thread
 
 if USE_GXX
 # Some versions of GCC warn about some versions of Boost regarding