From 8af534a52c433c9302f62dc23c7767d53456db81 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 12 Jan 2003 22:45:47 +0000 Subject: [PATCH] Changed the alloca warning message. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 91dc3182..b8938d9c 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.34.1