We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd6e4 commit a8d3969Copy full SHA for a8d3969
configure.ac
@@ -106,6 +106,9 @@ RAW_DEVICES_FLG=Y
106
EXPORT_SYMBOLS_STYLE=linux
107
INSTALL_PREFIX=""
108
109
+dnl do not use additional atomic support library by default
110
+ATOMICLIB=
111
+
112
dnl Use /usr/lib for library links on most platforms except some 64-bit ones
113
libdir=/usr/lib
114
@@ -679,6 +682,11 @@ AC_ARG_WITH(system-re2,
679
682
[RE2_BUILD=N])
680
683
AC_SUBST(RE2_BUILD)
681
684
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
690
dnl This is currently used for internal and public (API headers) needs
691
SYSTEM_BOOST=N
692
AC_ARG_WITH(system-boost,
0 commit comments