dont display the build type at the end its already in the output
authorDana Jansens <danakj@orodu.net>
Thu, 24 Jul 2003 06:02:54 +0000 (06:02 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 24 Jul 2003 06:02:54 +0000 (06:02 +0000)
configure.ac

index 2d67c60..fa8e1e7 100644 (file)
@@ -109,10 +109,4 @@ 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\"])