ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.19 by gbeauche, 2003-08-17T10:35:18Z vs.
Revision 1.20 by gbeauche, 2003-08-17T11:58:00Z

# Line 108 | Line 108 | if [[ "x$WANT_MON" = "xyes" ]]; then
108              AC_CHECK_LIB(Hcurses, tgetent, ,
109                AC_CHECK_LIB(curses, tgetent))))))
110      AC_CHECK_LIB(readline, readline)
111    AC_CHECK_HEADERS(readline.h history.h readline/readline.h readline/history.h)
111    else
112      AC_MSG_RESULT(no)
113      AC_MSG_WARN([Could not find mon, ignoring --with-mon.])
# Line 225 | Line 224 | AC_SYS_LARGEFILE
224   dnl Checks for header files.
225   AC_HEADER_STDC
226   AC_CHECK_HEADERS(unistd.h fcntl.h sys/time.h sys/mman.h)
227 + AC_CHECK_HEADERS(readline.h history.h readline/readline.h readline/history.h)
228  
229   dnl Checks for typedefs, structures, and compiler characteristics.
230   AC_C_BIGENDIAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines