changeset 1908:230174ea626c

Add a comment.
author Jim Meyering <jim@meyering.net>
date Mon, 02 Aug 1999 08:34:39 +0000
parents 076983518568
children 6c0ded24a6bc
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -51,6 +51,8 @@
 	    [Define to the declaration of the xargmatch failure function.])
 
   dnl Used to define SETVBUF in sys2.h.
+  dnl This evokes the following warning from autoconf:
+  dnl ...: warning: AC_TRY_RUN called without default to allow cross compiling
   AC_FUNC_SETVBUF_REVERSED
 
 ])