diff options
Diffstat (limited to 'recipes/autoconf/autoconf-2.57/program_prefix.patch')
-rw-r--r-- | recipes/autoconf/autoconf-2.57/program_prefix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/autoconf/autoconf-2.57/program_prefix.patch b/recipes/autoconf/autoconf-2.57/program_prefix.patch deleted file mode 100644 index e6f4096a97..0000000000 --- a/recipes/autoconf/autoconf-2.57/program_prefix.patch +++ /dev/null @@ -1,19 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- autoconf-2.57/lib/autoconf/general.m4~program_prefix -+++ autoconf-2.57/lib/autoconf/general.m4 -@@ -1676,8 +1676,9 @@ - # The aliases save the names the user supplied, while $host etc. - # will get canonicalized. - test -n "$target_alias" && -- test "$program_prefix$program_suffix$program_transform_name" = \ -- NONENONEs,x,x, && -+ test "$target_alias" != "$host_alias" && -+ test "$program_prefix$program_suffix$program_transform_name" = \ -+ NONENONEs,x,x, && - program_prefix=${target_alias}-[]dnl - ])# AC_CANONICAL_TARGET - |