From: Wayne Davison Date: Sun, 12 Jan 2003 22:45:47 +0000 (+0000) Subject: Changed the alloca warning message. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8af534a52c433c9302f62dc23c7767d53456db81 Changed the alloca warning message. --- 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)