X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=97e191f6b6c4940de19615a4f170aeb1d780ead5;hb=13283beb698ae90fba9248b25b487d7c79ddd440;hp=641635ab96e493d57ea2c8fbb51eb9aaacb1c10e;hpb=752d8ed28a91219de086635d73e0ba45991abb1e;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 641635a..97e191f 100644 --- a/configure.ac +++ b/configure.ac @@ -50,10 +50,10 @@ AC_ARG_ENABLE([examples], [Build example programs])], [ENABLE_EXAMPLES=$enableval], [ENABLE_EXAMPLES="no"]) -AM_CONDITIONAL(EXAMPLES, [test x$ENABLE_EXAMPLES = xyes]) -AM_COND_IF(EXAMPLES, - [MAYBE_EXAMPLES="examples"] - [config_examples="examples/Makefile"]) + +if test x$ENABLE_EXAMPLES = xyes; then + MAYBE_EXAMPLES="examples" +fi AC_SUBST(MAYBE_EXAMPLES) #output