Skip to content

Commit

Permalink
BUILD: Remove Boost.Regex from our autotools files
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 26, 2019
1 parent 00ff6d7 commit bc7b7b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ LIBSL_XOREOS = $(XOREOSTOOLS_LIBS)
LIBSL_GENERAL = $(LTLIBICONV) $(ZLIB_LIBS) $(LZMA_LIBS) $(XML2_LIBS)
LIBSL_BOOST = $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
$(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
$(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LIBS) \
$(BOOST_LOCALE_LDFLAGS) $(BOOST_LOCALE_LIBS)

LIBSL = $(LIBSL_XOREOS) $(LIBSL_GENERAL) $(LIBSL_BOOST)
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ BOOST_UTILITY
BOOST_STRING_ALGO
BOOST_SYSTEM
BOOST_FILESYSTEM
BOOST_REGEX
BOOST_HASH
BOOST_FUNCTION
BOOST_BIND
Expand Down

0 comments on commit bc7b7b1

Please sign in to comment.