mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
need some quoting on ifdef
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@133 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
050f26ae51
commit
03566be76b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ AC_PROG_MAKE_SET
|
|||
AC_PROG_AWK
|
||||
|
||||
AC_FUNC_GETLOADAVG(plugins)
|
||||
ifdef(AC_FUNC_STRTOD,AC_FUNC_STRTOD,AM_FUNC_STRTOD)
|
||||
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
|
||||
dnl AM_WITH_REGEX
|
||||
AC_PROG_RANLIB
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue