diff --git a/bin/dunecontrol b/bin/dunecontrol index dd002997221b8fb9b043230ae7e371b75dcabb24..ee48c4829633a59b08072ace09162914a0c8146d 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -643,11 +643,11 @@ m4_define([DUNE_AC_INIT],[ AC_SUBST([DUNE_MAINTAINER_NAME], [$maintainer]) DUNE_PARSE_MODULE_VERSION([$name], [$version]) # don't build shared libs per default, this is way better for debugging... -# m4_ifdef([LT_INIT], -# [LT_INIT([disable-shared])], -# [AC_DEFUN([LT_OUTPUT])]) -# AC_DISABLE_SHARED - LT_INIT([disable-shared]) + m4_ifdef([LT_INIT], + [LT_INIT([disable-shared])], + [AC_DEFUN([LT_OUTPUT])]) + AC_DISABLE_SHARED +# LT_INIT([disable-shared]) REQUIRES="$requires" AC_SUBST(REQUIRES, [$REQUIRES])