configure: regroup automake conditionals
[urcu.git] / doc / examples / Makefile.am
index edf00ebe3e6222a523c30baf287e13ab093e6dc4..20463812866b31a592152141e9dd417ee7655d0d 100644 (file)
@@ -111,10 +111,8 @@ dist_doc_examples_rculfhash_DATA = \
        rculfhash/cds_lfht_lookup.c \
        rculfhash/cds_lfht_for_each_entry_duplicate.c
 
-if NO_SHARED
-# Don't build examples if shared libraries support was explicitly
-# disabled.
-else
+# Building the examples requires the shared libraries to be enabled
+if ENABLE_EXAMPLES
 
 SUBDIRS_PROXY = hlist list urcu-flavors wfcqueue rculfqueue \
        wfstack lfstack rculfhash
This page took 0.022462 seconds and 4 git commands to generate.