minor changes to configure summary

pull/18/head
Kevin Lin 10 years ago
parent ee0643188f
commit 5bc25673af
  1. 4
      configure.ac

@ -186,7 +186,7 @@ cat <<EOF
pthreads : $have_pthreads ($THREAD_LIBS)
EOF
AC_MSG_NOTICE([Summary of miscellaneous features])
AC_MSG_NOTICE([Summary of miscellaneous features])
if test "x$CHECK_LIBS" = "x"; then
check_libs="no"
else
@ -206,7 +206,7 @@ CL_MSG_STATUS([clamdtop ],[$CURSES_LIBS],[$enable_clamdtop])
CL_MSG_STATUS([milter ],[yes],[$have_milter])
CL_MSG_STATUS([clamsubmit ],[$have_curl],[$curl_msg])
AC_MSG_NOTICE([Summary of engine performance features)])
AC_MSG_NOTICE([Summary of engine performance features])
if test "x$enable_debug" = "xyes"; then
CL_MSG_STATUS([release mode],[no],[debug build])
else

Loading…
Cancel
Save