diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-28 22:58:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-28 22:58:51 +0000 |
commit | 7c31a3d281bba0d84ce62229d9e36ec04a89ccc2 (patch) | |
tree | 59360fd65d058999e3600462f25c9684aca43fdf /configure.in | |
parent | d24d33989870127522d511ac03e440c11562f403 (diff) | |
download | fetchmail-7c31a3d281bba0d84ce62229d9e36ec04a89ccc2.tar.gz fetchmail-7c31a3d281bba0d84ce62229d9e36ec04a89ccc2.tar.bz2 fetchmail-7c31a3d281bba0d84ce62229d9e36ec04a89ccc2.zip |
Added Henrique's comment.
svn path=/trunk/; revision=3275
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d941e0e4..6ed9e96f 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,7 @@ AC_CHECK_HEADERS(arpa/inet.h arpa/nameser.h resolv.h net/socket.h sys/select.h) AC_C_CONST dnl getopt needs this. +dnl do NOT use AM_PROG_LEX, builds without LEX are not supported properly AC_PROG_LEX AC_PROG_MAKE_SET AC_PROG_YACC |