Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370931 | Differences between
and this patch

Collapse All | Expand All

(-)helpers/negotiate_auth/squid_kerb_auth/configure.in.ori (-1 / +2 lines)
Lines 378-384 Link Here
378
#endif
378
#endif
379
}],
379
}],
380
  ac_cv_have_squid=yes,
380
  ac_cv_have_squid=yes,
381
  ac_cv_have_squid=no)
381
  ac_cv_have_squid=no,
382
  ac_cv_have_squid=yes)
382
])
383
])
383
LDFLAGS="$LDFLAGS -L../../../lib"
384
LDFLAGS="$LDFLAGS -L../../../lib"
384
if test "x$ac_cv_have_squid" = "xyes"; then
385
if test "x$ac_cv_have_squid" = "xyes"; then

Return to bug 370931