mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Restored --with-atomiclib parameter of configire
This commit is contained in:
parent
3ebd6e4f49
commit
a8d3969c49
@ -106,6 +106,9 @@ RAW_DEVICES_FLG=Y
|
||||
EXPORT_SYMBOLS_STYLE=linux
|
||||
INSTALL_PREFIX=""
|
||||
|
||||
dnl do not use additional atomic support library by default
|
||||
ATOMICLIB=
|
||||
|
||||
dnl Use /usr/lib for library links on most platforms except some 64-bit ones
|
||||
libdir=/usr/lib
|
||||
|
||||
@ -679,6 +682,11 @@ AC_ARG_WITH(system-re2,
|
||||
[RE2_BUILD=N])
|
||||
AC_SUBST(RE2_BUILD)
|
||||
|
||||
dnl set required atomic support library
|
||||
AC_ARG_WITH(atomiclib,
|
||||
[ --with-atomiclib build with explicitly specified atomic support library],
|
||||
[ATOMICLIB=${withval}])
|
||||
|
||||
dnl This is currently used for internal and public (API headers) needs
|
||||
SYSTEM_BOOST=N
|
||||
AC_ARG_WITH(system-boost,
|
||||
|
Loading…
Reference in New Issue
Block a user