dont display the build type at the end its already in the output
This commit is contained in:
parent
5be0a82a35
commit
0de9685d30
1 changed files with 0 additions and 6 deletions
|
@ -108,11 +108,5 @@ AC_CONFIG_FILES([
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
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
|
||||||
AC_MSG_RESULT([configure complete, now type \"make\"])
|
AC_MSG_RESULT([configure complete, now type \"make\"])
|
||||||
|
|
Loading…
Reference in a new issue