X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=017cdf1b9c623c025442cdc7efe68420dddfaf74;hb=9f446823a2f64fbc9b9af984dc797c73f4107310;hp=bb95f1c2fc370c2b3f47cf5f1429c95c01e1a5aa;hpb=09df41f556c436aff9e7d19548b997a46dc7cfef;p=userspace-rcu.git diff --git a/configure.ac b/configure.ac index bb95f1c..017cdf1 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ AM_CONDITIONAL([COMPAT_FUTEX], [test "x$compat_futex_test" = "x1"]) AM_CONDITIONAL([COMPAT_ARCH], [test "x$SUBARCHTYPE" = "xx86compat"]) +AM_CONDITIONAL([NO_SHARED], [test "x$enable_shared" = "xno"]) # smp-support configure option AC_ARG_ENABLE([smp-support],