Remove boost_program_options from {configure,Makefile}.in

This commit is contained in:
Heinz Mauelshagen 2011-12-14 21:07:57 +01:00
parent e701a5a40b
commit d74b3ff35f
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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)])