disable stripping if "strip" not found
authorkramm <kramm>
Sun, 7 Jan 2007 20:33:40 +0000 (20:33 +0000)
committerkramm <kramm>
Sun, 7 Jan 2007 20:33:40 +0000 (20:33 +0000)
configure.in

index 47fac70..22d9c92 100644 (file)
@@ -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)