mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Fix snapshot build on SF
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@934 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
7a31fc22ff
commit
1abdf4092a
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ AC_PROG_CC
|
|||
AC_PROG_MAKE_SET
|
||||
AC_PROG_AWK
|
||||
|
||||
AC_FUNC_GETLOADAVG($topdir/lib)
|
||||
AC_CONFIG_LIBOBJ_DIR(lib)
|
||||
AC_FUNC_GETLOADAVG([lib])
|
||||
|
||||
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
|
||||
dnl AM_WITH_REGEX
|
||||
|
|
|
|||
Loading…
Reference in a new issue