Skip to content

Commit

Permalink
configure: always print the summary
Browse files Browse the repository at this point in the history
For some reason the summary at the end
of configure was only printed for no-IOS
configurations.

Change-Id: I518e8d17fdce81f11c081bcd7e27bcad7d55d36d
Signed-off-by: Ashod Nakashian <[email protected]>
  • Loading branch information
Ashod committed Sep 11, 2024
1 parent 44afe21 commit e2ed2f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,9 @@ AS_IF([test "$ENABLE_IOSAPP" = "true"],
fi
],
[
echo "
])

echo "
Configuration:
LOKit path ${lokit_msg}
LO path $LO_PATH
Expand All @@ -1886,6 +1888,5 @@ echo " \$ make run # to start coolwsd
\$ make sync-writer|calc|impress # to start browsersync with specified app
"
fi
])

dnl vim:set shiftwidth=4 softtabstop=4 expandtab:

0 comments on commit e2ed2f5

Please sign in to comment.