mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Fix libreadline detection.
This commit is contained in:
parent
ddf1bcf094
commit
76c5a97efe
@ -31,7 +31,8 @@ dnl Checks for libraries.
|
||||
AC_SEARCH_LIBS([tgetent], [ncurses termcap termlib terminfo Hcurses curses], [], [
|
||||
AC_MSG_ERROR([unable to find the tgetent() function])
|
||||
])
|
||||
AC_SEARCH_LIBS([readline], [readline], [], [
|
||||
AC_SEARCH_LIBS([readline], [readline], [
|
||||
AC_DEFINE([HAVE_LIBREADLINE], 1, [Define if you have the Readline library])], [
|
||||
AC_MSG_ERROR([unable to find the readline() function])
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user