Remove boost_program_options from {configure,Makefile}.in
This commit is contained in:
parent
e701a5a40b
commit
d74b3ff35f
@ -37,7 +37,7 @@ TOP_DIR:=@top_srcdir@
|
||||
CXXFLAGS=-Wall -I$(TOP_DIR)
|
||||
CXXFLAGS+=@CXXOPTIMISE_FLAG@
|
||||
CXXFLAGS+=@CXXDEBUG_FLAG@
|
||||
LIBS=-lstdc++ -lboost_program_options -lexpat
|
||||
LIBS=-lstdc++ -lexpat
|
||||
INSTALL=@INSTALL@
|
||||
INSTALL_PROGRAM=$(INSTALL) -m 555
|
||||
BINDIR=@prefix@/bin
|
||||
|
@ -54,7 +54,6 @@ AC_CHECK_HEADERS([expat.h \
|
||||
boost/lexical_cast.hpp \
|
||||
boost/noncopyable.hpp \
|
||||
boost/optional.hpp \
|
||||
boost/program_options.hpp \
|
||||
boost/shared_ptr.hpp \
|
||||
boost/static_assert.hpp],
|
||||
[], [AC_MSG_ERROR(bailing out)])
|
||||
|
Loading…
Reference in New Issue
Block a user