[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:05 UTC 2009
The following commit has been merged in the upstream branch:
commit 0d993b3db3ece714a52d826933594a241ac0f27d
Author: Clint Adams <schizo at debian.org>
Date: Sun Aug 21 23:58:47 2005 +0000
Fix libcpath case statement in configure.ac.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-81
diff --git a/configure.ac b/configure.ac
index bd73e4f..3fad65b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,8 +310,7 @@ fi
dnl This should really be done intelligently.
case $target_cpu:$target_os in
- (alpha*:linux*)
- (ia64*:linux*)
+ (alpha*:linux*|ia64*:linux*)
libcpath="/lib/libc.so.6.1"
;;
(*:linux*)
--
fakeroot
More information about the Fakeroot-commits
mailing list