aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-07-12 16:23:55 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-07-12 16:26:32 +0200
commit519e7d67e891028ccee3d335195d2cc56ebb2f4a (patch)
treebb61491625df7425d167ffd413572b9e5fa55b88 /configure.ac
parentb782b01c290fbc4f67e0030cb534f8238383329f (diff)
Separate developer options in configure summary
Those options are not designed to be used by users or package maintainers, so let's make it more clear by moving them in another group.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 364b06e7..56136fd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -861,6 +861,11 @@ AC_CONFIG_FILES([
AC_OUTPUT
_AS_ECHO([])
+_AS_ECHO([Developer options:])
+_AS_ECHO([])
+_AS_ECHO([ RTFL enabled : ${enable_rtfl}])
+_AS_ECHO([ HTML tests : ${html_tests_ok}])
+_AS_ECHO([])
_AS_ECHO([Configuration summary:])
_AS_ECHO([])
_AS_ECHO([ CC : ${CC}])
@@ -872,9 +877,10 @@ _AS_ECHO([ TLS enabled: ${tls_ok}])
_AS_ECHO([ TLS library: ${tls_impl}])
_AS_ECHO([ TLS flags : ${LIBSSL_LIBS}])
_AS_ECHO([])
+_AS_ECHO([Features:])
+_AS_ECHO([])
_AS_ECHO([ Cookies enabled: ${enable_cookies}])
_AS_ECHO([ XEmbed enabled : ${enable_xembed}])
-_AS_ECHO([ RTFL enabled : ${enable_rtfl}])
_AS_ECHO([ JPEG enabled : ${jpeg_ok}])
_AS_ECHO([ PNG enabled : ${png_ok}])
_AS_ECHO([ GIF enabled : ${enable_gif}])
@@ -883,5 +889,3 @@ _AS_ECHO([ WEBP enabled : ${webp_ok}])
_AS_ECHO([ Brotli enabled : ${brotli_ok}])
_AS_ECHO([ IPv6 enabled : ${enable_ipv6}])
_AS_ECHO([])
-_AS_ECHO([ HTML tests : ${html_tests_ok}])
-_AS_ECHO([])