Skip to content
Snippets Groups Projects
Commit 81f5f1c6 authored by edgrif's avatar edgrif
Browse files

remove md5 dependency.

parent cb3227aa
No related branches found
No related tags found
No related merge requests found
......@@ -233,11 +233,16 @@ PKG_CHECK_MODULES([ACECONN], [AceConn-1.1],,AC_MSG_ERROR(AceConn is required))
CPPFLAGS="$CPPFLAGS $ACECONN_CFLAGS"
LDFLAGS="$LDFLAGS $ACECONN_LIBS"
#AC_CHECK_LIB(AceConn, [main],
# [ have_ace_conn='true' ],
# [ have_ace_conn='false';
# AC_MSG_ERROR(AceConn package is required) ],
# [-lmd5])
AC_CHECK_LIB(AceConn, [main],
[ have_ace_conn='true' ],
[ have_ace_conn='false';
AC_MSG_ERROR(AceConn package is required) ],
[-lmd5])
AC_MSG_ERROR(AceConn package is required) ])
if test "x$with_macosx_sdk_path" = "x$ZMAP_FALSE" ; then
AC_CHECK_LIB(g2, [g2_attach],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment