From 2ff0cb578af19fe2b278538fef6fbee747e9f6a9 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 (cherry picked from commit a83c8239cf48570c8916056e17d9a69a697c31bd) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 567bbd20..fbc76222 100644 --- a/configure.ac +++ b/configure.ac @@ -560,6 +560,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])