Small slip on my part. AC_DISABLE_STATIC must actually come before LT_INIT to have any effect. (This is even documented.) Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index dbb6ae3..ea1aa4b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects]) AC_PROG_CC AM_PROG_CC_C_O AC_EXEEXT -LT_INIT AC_DISABLE_STATIC +LT_INIT AC_SUBST(LIBTOOL_DEPS) case $target in -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html