projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be0a82
)
dont display the build type at the end its already in the output
author
Dana Jansens
<danakj@orodu.net>
Thu, 24 Jul 2003 06:02:54 +0000
(06:02 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 24 Jul 2003 06:02:54 +0000
(06:02 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2d67c60c47ae1b14ea1bca37fbe3c078a3f3b6c2..fa8e1e76abf9da93acc325bc3cf89da2275f42f7 100644
(file)
--- 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\"])