diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 8594238f..0432336b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -4,7 +4,7 @@ AC_INIT(monitoring-plugins,2.4git) | |||
4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
5 | AC_CONFIG_FILES([gl/Makefile]) | 5 | AC_CONFIG_FILES([gl/Makefile]) |
6 | AC_CONFIG_AUX_DIR(build-aux) | 6 | AC_CONFIG_AUX_DIR(build-aux) |
7 | AM_INIT_AUTOMAKE([1.8.3]) | 7 | AM_INIT_AUTOMAKE([1.8.3 subdir-objects]) |
8 | AM_SILENT_RULES([yes]) | 8 | AM_SILENT_RULES([yes]) |
9 | AM_MAINTAINER_MODE([enable]) | 9 | AM_MAINTAINER_MODE([enable]) |
10 | AC_CONFIG_HEADERS([config.h]) | 10 | AC_CONFIG_HEADERS([config.h]) |
@@ -185,6 +185,9 @@ fi | |||
185 | if test "$enable_libtap" = "yes" ; then | 185 | if test "$enable_libtap" = "yes" ; then |
186 | EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64" | 186 | EXTRA_TEST="test_utils test_disk test_tcp test_cmd test_base64" |
187 | AC_SUBST(EXTRA_TEST) | 187 | AC_SUBST(EXTRA_TEST) |
188 | |||
189 | EXTRA_PLUGIN_TESTS="tests/test_check_swap" | ||
190 | AC_SUBST(EXTRA_PLUGIN_TESTS) | ||
188 | fi | 191 | fi |
189 | 192 | ||
190 | dnl INI Parsing | 193 | dnl INI Parsing |
@@ -1850,8 +1853,8 @@ AC_SUBST(EXTRAS_ROOT) | |||
1850 | AC_SUBST(EXTRA_NETOBJS) | 1853 | AC_SUBST(EXTRA_NETOBJS) |
1851 | AC_SUBST(DEPLIBS) | 1854 | AC_SUBST(DEPLIBS) |
1852 | 1855 | ||
1853 | AM_GNU_GETTEXT([external], [need-ngettext]) | 1856 | dnl AM_GNU_GETTEXT([external], [need-ngettext]) |
1854 | AM_GNU_GETTEXT_VERSION(0.15) | 1857 | dnl AM_GNU_GETTEXT_VERSION(0.15) |
1855 | 1858 | ||
1856 | dnl Check for Redhat spopen problem | 1859 | dnl Check for Redhat spopen problem |
1857 | dnl Weird problem where ECHILD is returned from a wait call in error | 1860 | dnl Weird problem where ECHILD is returned from a wait call in error |