dont display the build type at the end its already in the output

This commit is contained in:
Dana Jansens 2003-07-24 06:02:54 +00:00
parent 5be0a82a35
commit 0de9685d30

View file

@ -108,11 +108,5 @@ AC_CONFIG_FILES([
])
AC_OUTPUT
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
AC_MSG_RESULT([configure complete, now type \"make\"])