diff options
Diffstat (limited to 'community/zabbix/automake.patch')
-rw-r--r-- | community/zabbix/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/zabbix/automake.patch b/community/zabbix/automake.patch new file mode 100644 index 0000000000..d92e10b077 --- /dev/null +++ b/community/zabbix/automake.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -27,7 +27,7 @@ + + AC_PROG_MAKE_SET + +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADER(include/config.h) + + AC_CANONICAL_HOST + |