freebsd-ports/sysutils/afflib/files/patch-configure.ac
Martin Wilke 5c837b6f61 The Advanced Forensics Format is an open and extensible file formatdesigned
to store disk images and associated metadata.

WWW: http://www.afflib.org

PR:		ports/120769
Submitted by:	Chris Calvey <chris at securityforensics.co.uk>
2008-03-26 15:18:09 +00:00

10 lines
539 B
Text

--- configure.ac.orig Sat Feb 16 16:13:31 2008
+++ configure.ac Sat Feb 16 16:14:48 2008
@@ -95,6 +95,7 @@
# For AFF tools
AC_CHECK_HEADERS([readline/readline.h])
AC_CHECK_LIB([readline],[readline],, AC_MSG_RESULT([readline not installed]))
+AC_CHECK_LIB([iconv],[iconv],, AC_MSG_RESULT([iconv not installed]))
AC_CHECK_HEADERS([curses.h termcap.h])
AC_CHECK_LIB([ncurses],[initscr],, AC_MSG_RESULT([ncurses not installed; aimage will not have a GUI]))
AC_CHECK_FUNCS(tputs tgoto tgetstr tgetnum gotorc beep endwin setupterm printw)