[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:20 UTC 2009
The following commit has been merged in the upstream branch:
commit b1585f88cc438edf76b7ad680327a00315e51232
Author: Clint Adams <schizo at debian.org>
Date: Tue Oct 30 16:41:40 2007 +0000
Apply patch from Andrew Benham to handle building with a C compiler other than GCC. closes: #448631.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-136
diff --git a/configure.ac b/configure.ac
index 86cbfc7..7fbc74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,8 @@ AH_TEMPLATE([FAKEROOT_ATTR], [for packed])
if test -n "$GCC";
then
AC_DEFINE_UNQUOTED(FAKEROOT_ATTR(x), [__attribute__ ((x))])
+else
+AC_DEFINE_UNQUOTED(FAKEROOT_ATTR(x), [])
fi
dnl The parameters to the wrapped functions have to match
--
fakeroot
More information about the Fakeroot-commits
mailing list