14 lines
671 B
Diff
14 lines
671 B
Diff
|
diff --git a/configure.ac b/configure.ac
|
||
|
index cf09108..07fd32b 100644
|
||
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -529,7 +529,7 @@ AC_MSG_CHECKING([for boost::program_options::variables_map in -lboost_program_op
|
||
|
saved_LIBS="${LIBS}"
|
||
|
LIBS="${saved_LIBS} -lboost_program_options"
|
||
|
define([testprog], [AC_LANG_PROGRAM([#include <boost/program_options.hpp>],
|
||
|
- [boost::program_options::variables_map::variables_map dummy()])])
|
||
|
+ [boost::program_options::variables_map dummy()])])
|
||
|
AC_LINK_IFELSE(testprog,
|
||
|
[AC_MSG_RESULT([yes])
|
||
|
BOOST_LIBS="${BOOST_LIBS} -lboost_program_options"],
|