freebsd-ports/sysutils/afflib/files/patch-configure.ac
Rong-En Fan 8a67aac57d - Update to 3.1.3
bin/aimage is removed and will be put in sysutils/aimage later.

PR:		ports/122274
Submitted by:	Chris Calvey <chris@enigmathica.demon.co.uk> (maintainer)
2008-04-06 15:07:48 +00:00

10 lines
603 B
Text

--- configure.ac.orig 2008-03-10 00:41:33.000000000 +0000
+++ configure.ac 2008-03-28 22:03:25.000000000 +0000
@@ -99,6 +99,7 @@
AC_CHECK_FUNCS(tputs tgoto tgetstr tgetnum gotorc beep endwin setupterm printw)
AC_CHECK_HEADERS([readline/readline.h])
AC_CHECK_HEADERS([curses.h termcap.h])
+AC_CHECK_LIB([iconv],[iconv],, AC_MSG_RESULT([iconv not installed]))
AC_CHECK_LIB([readline],[readline],, AC_MSG_RESULT([readline not installed]))
AC_CHECK_LIB([ncurses],[initscr],, AC_MSG_RESULT([ncurses not installed]))
AC_CHECK_LIB([z],[uncompress],, AC_MSG_ERROR([zlib not installed; cannot continue.]))