mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-29 13:53:26 -04:00
Removing AC_FUNC_ALLOCA from configure.in (added in the gnulib sync commit)
I added AC_FUNC_ALLOCA because of a mistake on my part (which has been fixed before the final commit). Removing it now.
This commit is contained in:
parent
09f9ddd18d
commit
c5c3b3748a
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ AC_PROG_LIBTOOL
|
|||
AM_PROG_CC_C_O
|
||||
|
||||
AC_FUNC_ERROR_AT_LINE
|
||||
AC_FUNC_ALLOCA
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
|
||||
|
|
|
|||
Loading…
Reference in a new issue