From f0e8c6b9c23566d52e069d544baf41eccbd14b55 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 7 Feb 2017 00:34:52 +0300 Subject: Show in configure what type of code will be built. --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a44573698..89df3c276 100755 --- a/configure.ac +++ b/configure.ac @@ -591,6 +591,16 @@ AC_CONFIG_FILES([data/tmw/tmw], [chmod +x data/tmw/tmw]) AC_OUTPUT echo +if test "$with_manaplusgame" == "yes"; then + echo "Enabled building manaplus game." +fi +if test "$with_dyecmd" == "yes"; then + echo "Enabled building dyecmd." +fi +if test "$unittests_enabled" == true; then + echo "Enabled building unit tests." +fi + echo "Build with OpenGL: $with_opengl" echo echo "LIBS: $LIBS" -- cgit v1.2.3-60-g2f50