diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-24 10:53:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-24 10:53:58 -0400 |
commit | 35794979cb285352b58cdf1879ca9cc246168729 (patch) | |
tree | c8d95912b708f53b9e2ca91e9655cc0d1972d6b8 /configure.in | |
parent | a1eb5ea041519c111800cf264d1ff8ff08c2b0da (diff) | |
download | lynx-snapshots-35794979cb285352b58cdf1879ca9cc246168729.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8f
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 62d9cfeb..72d3c670 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.226 2011/05/10 09:21:44 tom Exp $ +dnl $LynxId: configure.in,v 1.227 2011/05/24 08:43:15 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -733,6 +733,7 @@ dnl Don't check for sys/wait.h here since it is covered by another test. AC_CHECK_HEADERS( \ arpa/inet.h \ bsd/random.h \ + bsd/stdlib.h \ fcntl.h \ limits.h \ stdlib.h \ |