Skip to content
Snippets Groups Projects
Commit 0f028d74 authored by Ralph Giles's avatar Ralph Giles
Browse files

Make the configure summary more legible.

This almost, but doesn't quite, copy the layout the opus
configure script uses.
parent 6c56a973
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ AS_IF([test "x$enable_fixed_point" = "xyes"],
AC_SEARCH_LIBS([lrintf], [m], [
AC_DEFINE([OP_HAVE_LRINTF], [1], [Enable use of lrintf function])
lrintf_notice="
Library for lrintf() ....... : ${ac_cv_search_lrintf}"
Library for lrintf() ......... ${ac_cv_search_lrintf}"
])
]
)
......@@ -101,12 +101,17 @@ AC_OUTPUT([
])
AC_MSG_NOTICE([
Summary:
Assertions ................... : ${enable_assertions}
HTTP support ................. : ${enable_http}
Fixed-point .................. : ${enable_fixed_point}
Floating-point API ........... : ${enable_float}${lrintf_notice}
Hidden visibility ............ : ${cc_cv_flag_visibility}
API documentation ............ : ${enable_doc}
------------------------------------------------------------------------
$PACKAGE $VERSION: Automatic configuration OK.
Assertions ................... ${enable_assertions}
HTTP support ................. ${enable_http}
Fixed-point .................. ${enable_fixed_point}
Floating-point API ........... ${enable_float}${lrintf_notice}
Hidden visibility ............ ${cc_cv_flag_visibility}
API documentation ............ ${enable_doc}
------------------------------------------------------------------------
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment