Project

General

Profile

Bug #4617 ยป 0001-name-prefix-strip.patch

jonforums (Jon Forums), 04/27/2011 04:01 AM

View differences:

configure.in
test ".$DLEXT2" = "." || AC_DEFINE_UNQUOTED(DLEXT2, ".$DLEXT2")
AC_SUBST(DLEXT)
AC_SUBST(STRIP)dnl
AC_CHECK_TOOL(STRIP, strip, :)dnl
if test "$with_dln_a_out" = yes; then
STRIP=true
else
STRIP=strip
fi
AS_CASE(["$target_os"],
    (1-1/1)