summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac10
1 files changed, 10 insertions, 0 deletions
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"