Skip to content

Commit a8d3969

Browse files
committed
Restored --with-atomiclib parameter of configire
1 parent 3ebd6e4 commit a8d3969

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configure.ac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ RAW_DEVICES_FLG=Y
106106
EXPORT_SYMBOLS_STYLE=linux
107107
INSTALL_PREFIX=""
108108

109+
dnl do not use additional atomic support library by default
110+
ATOMICLIB=
111+
109112
dnl Use /usr/lib for library links on most platforms except some 64-bit ones
110113
libdir=/usr/lib
111114

@@ -679,6 +682,11 @@ AC_ARG_WITH(system-re2,
679682
[RE2_BUILD=N])
680683
AC_SUBST(RE2_BUILD)
681684

685+
dnl set required atomic support library
686+
AC_ARG_WITH(atomiclib,
687+
[ --with-atomiclib build with explicitly specified atomic support library],
688+
[ATOMICLIB=${withval}])
689+
682690
dnl This is currently used for internal and public (API headers) needs
683691
SYSTEM_BOOST=N
684692
AC_ARG_WITH(system-boost,

0 commit comments

Comments
 (0)