summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-11-30 10:51:24 +0000
committerJeroen Roovers <jer@gentoo.org>2007-11-30 10:51:24 +0000
commit877cbe5e05f881cc36be76ebe6ecb92eb986f438 (patch)
tree7d0c7de2ccfcdeae2192999ccc04e32fe766a74d /gnome-base/gnome-vfs/files
parentFix automagic deps again (bug #191426 comment #8). (diff)
downloadgentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.tar.gz
gentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.tar.bz2
gentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.zip
Moving AC_SUBST(LIBS) outside the conditional (bug #191426 comment #9).
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'gnome-base/gnome-vfs/files')
-rw-r--r--gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch b/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch
index eb5abc559234..11ac34c07214 100644
--- a/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch
+++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch
@@ -11,8 +11,8 @@
@@ -1189,6 +1190,8 @@
fi
- AC_SUBST(ACL_LIBS)
+fi
+ AC_SUBST(ACL_LIBS)
+
AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = x"yes")
AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = x"yes")