diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 12:33:24 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 12:33:24 +0000 |
commit | 5fd2550d4c96318b2de4a4a44e15e3c50c268e79 (patch) | |
tree | b712838611281a444a9b603949352bc4003de657 /m4/np_coreutils.m4 | |
parent | 80e155c9cf826d977393ee130a07be599401335e (diff) | |
download | monitoring-plugins-5fd2550d4c96318b2de4a4a44e15e3c50c268e79.tar.gz |
Use coreutils' regexp libraries, so regexp always available now
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/np_coreutils.m4')
-rw-r--r-- | m4/np_coreutils.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4 index e6627a2b..44aa3b80 100644 --- a/m4/np_coreutils.m4 +++ b/m4/np_coreutils.m4 @@ -18,4 +18,5 @@ AC_DEFUN([np_COREUTILS], AC_REQUIRE([gl_MOUNTLIST]) AC_REQUIRE([gl_FSUSAGE]) AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO]) + AC_REQUIRE([gl_REGEX]) ]) |