Lennart Poettering wrote:
On Mon, 15.05.06 20:15, Padraig O'Briain ([EMAIL PROTECTED]) wrote:

This works for me.

I guess this means that I shall merge this patch?

Yes, please.

Lennart
Index: common/acx_pthread.m4
===================================================================
--- common/acx_pthread.m4       (revision 1218)
+++ common/acx_pthread.m4       (working copy)
@@ -231,7 +231,7 @@
   # First, check whether caller wants us to skip -shared checks
   # this is useful
AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
-   if test x"$3" = x1; then
+   if test x"$GCC" != xyes; then
      AC_MSG_RESULT([no])
   else
      AC_MSG_RESULT([yes])


_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi

Reply via email to