diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf-2.61/config-site.patch')
-rw-r--r-- | meta/packages/autoconf/autoconf-2.61/config-site.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf-2.61/config-site.patch b/meta/packages/autoconf/autoconf-2.61/config-site.patch new file mode 100644 index 0000000000..0fa49720c1 --- /dev/null +++ b/meta/packages/autoconf/autoconf-2.61/config-site.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: autoconf-2.61/lib/autoconf/general.m4 | ||
2 | =================================================================== | ||
3 | --- autoconf-2.61.orig/lib/autoconf/general.m4 2007-07-10 15:09:01.000000000 +0100 | ||
4 | +++ autoconf-2.61/lib/autoconf/general.m4 2007-07-10 15:09:17.000000000 +0100 | ||
5 | @@ -1767,7 +1767,7 @@ | ||
6 | m4_define([AC_SITE_LOAD], | ||
7 | [# Prefer explicitly selected file to automatically selected ones. | ||
8 | if test -n "$CONFIG_SITE"; then | ||
9 | - set x "$CONFIG_SITE" | ||
10 | + set x $CONFIG_SITE | ||
11 | elif test "x$prefix" != xNONE; then | ||
12 | set x "$prefix/share/config.site" "$prefix/etc/config.site" | ||
13 | else | ||