From 0de9685d30dacb4d04a096d0b86ab856ed3587e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 24 Jul 2003 06:02:54 +0000 Subject: [PATCH] dont display the build type at the end its already in the output --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) 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\"]) -- 2.39.2