diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-11 00:37:13 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-11 00:37:13 +0000 |
commit | 2b61c82169f76c05703e194604e332c2e40b9ee2 (patch) | |
tree | d589f6dbb1e3d011f48b294b5bd8cc09b4553a01 /configure.in | |
parent | dc2ec71d22943a02058f1944e05e4f5c8db15f88 (diff) | |
download | monitoring-plugins-2b61c82169f76c05703e194604e332c2e40b9ee2.tar.gz |
Possible fix for HP-UX compile problems of regex_internal.c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1939 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 32e9411e..d0bd0efc 100644 --- a/configure.in +++ b/configure.in @@ -435,6 +435,7 @@ AC_STRUCT_TM AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_SIGNAL +AC_TYPE_MBSTATE_T AC_CACHE_CHECK([for va_copy],ac_cv_HAVE_VA_COPY,[ AC_TRY_LINK([#include <stdarg.h> |