Skip to content
Snippets Groups Projects
Commit cd9681f7 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now checks for vsnprintf().

Rev: src/configure.in:1.183
parent 52cf1450
Branches
Tags
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.182 1998/05/06 06:03:09 hubbe Exp $") AC_REVISION("$Id: configure.in,v 1.183 1998/05/15 18:46:12 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -980,6 +980,7 @@ AC_CHECK_FUNCS( \ ...@@ -980,6 +980,7 @@ AC_CHECK_FUNCS( \
times \ times \
vfprintf \ vfprintf \
vsprintf \ vsprintf \
vsnprintf \
wait3 \ wait3 \
wait4 \ wait4 \
waitpid \ waitpid \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment