configure: set BOOST_LIB_SUFFIX to empty string by default
This commit is contained in:
1
NEWS
1
NEWS
@@ -17,6 +17,7 @@ ncmpcpp-0.7 (????-??-??)
|
|||||||
* Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support.
|
* Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support.
|
||||||
* Searching with regular expressions are now enabled by default.
|
* Searching with regular expressions are now enabled by default.
|
||||||
* Support for the Perl regular expression syntax was added.
|
* Support for the Perl regular expression syntax was added.
|
||||||
|
* BOOST_LIB_SUFFIX configure variable is now empty by default.
|
||||||
|
|
||||||
ncmpcpp-0.6.3 (2015-03-02)
|
ncmpcpp-0.6.3 (2015-03-02)
|
||||||
|
|
||||||
|
|||||||
@@ -95,8 +95,8 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[struct A { virtual void foo() { } }; struct
|
|||||||
dnl =============================
|
dnl =============================
|
||||||
dnl = setting boost environment =
|
dnl = setting boost environment =
|
||||||
dnl =============================
|
dnl =============================
|
||||||
AS_IF([test -z "${BOOST_LIB_SUFFIX+x}"], [BOOST_LIB_SUFFIX=-mt])
|
AS_IF([test -z "${BOOST_LIB_SUFFIX+x}"], [BOOST_LIB_SUFFIX=])
|
||||||
AC_ARG_VAR([BOOST_LIB_SUFFIX], [Boost library name suffix [default=-mt]])
|
AC_ARG_VAR([BOOST_LIB_SUFFIX], [Boost library name suffix [default=]])
|
||||||
|
|
||||||
dnl ======================================
|
dnl ======================================
|
||||||
dnl = checking for various boost headers =
|
dnl = checking for various boost headers =
|
||||||
|
|||||||
Reference in New Issue
Block a user