From a83c8239cf48570c8916056e17d9a69a697c31bd Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 15 Feb 2014 22:01:21 +0000 Subject: [PATCH] Fix znc-buildmod It failed to build some modules... Thanks to kay45 for reporting this --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b3716c2f..d1818a18 100644 --- a/configure.ac +++ b/configure.ac @@ -590,6 +590,7 @@ GNUMAKE=`echo $ac_cv_path_GNUMAKE | $SED "s%$GNUMAKE_DIRNAME/%%"` # this is in the end, for not trying to include it when it doesn't exist yet appendCXX "-include znc/zncconfig.h" +appendMod "-include znc/zncconfig.h" AC_SUBST([CXXFLAGS]) AC_SUBST([CPPFLAGS])