diff options
author | Wayne Davison <wayned@samba.org> | 2003-01-12 22:45:47 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2003-01-12 22:45:47 +0000 |
commit | 8af534a52c433c9302f62dc23c7767d53456db81 (patch) | |
tree | 36a5854354081bc5e0afa0f6d0266a806b4427e8 /configure.in | |
parent | 7447419266981a80c4191403df3b84b5b3467f90 (diff) | |
download | rsync-8af534a52c433c9302f62dc23c7767d53456db81.tar.gz rsync-8af534a52c433c9302f62dc23c7767d53456db81.tar.bz2 rsync-8af534a52c433c9302f62dc23c7767d53456db81.zip |
Changed the alloca warning message.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |