X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=configure.ac;h=9973c92ad4a7044cbc5a66e1ca90063145c1a102;hp=fab196c48e9c5002d1fc2eedd679757bad1b3cdc;hb=e644e70061c1fc5330ac062ec41e5949d724365f;hpb=2060155945dcdf638499b0d95c1b938d5013c828 diff --git a/configure.ac b/configure.ac index fab196c..9973c92 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,10 @@ AC_ARG_WITH([examples], ) AC_SUBST(ENABLE_EXAMPLES) +AC_ARG_WITH([ldconfig], + [ --without-ldconfig Disable call of ldconfig on make install], + [ldconfig='echo ldconfig disabled']) + AC_CONFIG_HEADER(config.h) EXTRA_OBJ=""