mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
[Joseph Oswald]
The src/MacOSX/configure script generated by autoconf is broken (it has bad syntax after the egrep test). Applying a fix from the src/Unix fixes this.
This commit is contained in:
parent
b20f89e811
commit
ae1ef406fe
@ -114,11 +114,11 @@ if [[ "x$WANT_MON" = "xyes" ]]; then
|
||||
AC_SUBST(MONSRCS)
|
||||
CXXFLAGS="$CXXFLAGS -I$mon_srcdir -I$mon_srcdir/disass"
|
||||
AC_CHECK_LIB(ncurses, tgetent, ,
|
||||
AC_CHECK_LIB(termcap, tgetent, ,
|
||||
AC_CHECK_LIB(termlib, tgetent, ,
|
||||
AC_CHECK_LIB(terminfo, tgetent, ,
|
||||
AC_CHECK_LIB(Hcurses, tgetent, ,
|
||||
AC_CHECK_LIB(curses, tgetent))))))
|
||||
[AC_CHECK_LIB(termcap, tgetent, ,
|
||||
[AC_CHECK_LIB(termlib, tgetent, ,
|
||||
[AC_CHECK_LIB(terminfo, tgetent, ,
|
||||
[AC_CHECK_LIB(Hcurses, tgetent, ,
|
||||
[AC_CHECK_LIB(curses, tgetent)])])])])])
|
||||
AC_CHECK_LIB(readline, readline)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
|
Loading…
Reference in New Issue
Block a user