From: Dana Jansens Date: Thu, 24 Jul 2003 06:02:54 +0000 (+0000) Subject: dont display the build type at the end its already in the output X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0de9685d30dacb4d04a096d0b86ab856ed3587e3;p=chaz%2Fopenbox dont display the build type at the end its already in the output --- diff --git a/configure.ac b/configure.ac index 2d67c60c..fa8e1e76 100644 --- a/configure.ac +++ b/configure.ac @@ -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\"])