Commit 8af534a5 authored by Wayne Davison's avatar Wayne Davison

Changed the alloca warning message.

parent 74474192
......@@ -425,7 +425,7 @@ then
then
# this can be removed when/if we add an included alloca.c;
# see autoconf documentation on AC_FUNC_ALLOCA
AC_MSG_WARN([included libpopt requires alloca which is not available])
AC_MSG_WARN([included libpopt will use malloc, not alloca (which wastes a small amount of memory)])
fi
else
AC_MSG_RESULT(no)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment