git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f237d6
)
disable stripping if "strip" not found
author
kramm
<kramm>
Sun, 7 Jan 2007 20:33:40 +0000
(20:33 +0000)
committer
kramm
<kramm>
Sun, 7 Jan 2007 20:33:40 +0000
(20:33 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
47fac70
..
22d9c92
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-185,7
+185,7
@@
fi
# this must be done after (I believe) AC_PROG_MAKE_SET
-if test "x$DEBUG" '!=' "x";then
+if test "x$DEBUG" '!=' "x" -o "x$STRIP" = "x";then
STRIP="@echo debug enabled, not stripping "
export STRIP
AC_SUBST(STRIP)