mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +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_SEARCH_LIBS([tgetent], [ncurses termcap termlib terminfo Hcurses curses], [], [
|
||||||
AC_MSG_ERROR([unable to find the tgetent() function])
|
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])
|
AC_MSG_ERROR([unable to find the readline() function])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user