]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
caps for giving the build target. show it at the end
[chaz/openbox] / configure.ac
index d1897322772b7a16ecc859ff82a48b609d7829b0..7a2e5c5e90fbbc40ebf5b359830adf710d542984 100644 (file)
@@ -56,6 +56,11 @@ AC_MSG_RESULT
 AC_MSG_RESULT([$PACKAGE version $VERSION configured successfully.])
 
 AC_MSG_RESULT
+if test "$DEBUG" = "yes"; then
+  AC_MSG_RESULT([Creating a DEBUG build.])
+else
+  AC_MSG_RESULT([Creating a RELEASE build.])
+fi
 AC_MSG_RESULT([Using '$prefix' for installation.])
 AC_MSG_RESULT([Using '$CXX' for C++ compiler.])
 AC_MSG_RESULT([Building with '$CXXFLAGS' for C++ compiler flags.])
This page took 0.023176 seconds and 4 git commands to generate.