Found the culpit now..

configure.in:

                        AC_CHECK_LIB(pthread,
main,[DISK_LIBS="$DISK_LIBS -lpthread"],


src/Makefile.am:

squid_DEPENDENCIES = ...
        @DISK_LIBS@ \


No idea why that passes without error on my F11 box when other such
errors do not..

Regards
Henrik

Reply via email to