Amos Jeffries wrote:
Markus Moeller wrote:

The existing code in the squid_kerb_auth directory is minimal and has no configure. So the config.test wouldn't work.
The tarball is necessary as it has all the configure files.

Otherwise the absolute minimal test would be:

#!/bin/sh
# Don't build without gssapi.h
if [[ -f /usr/include/gssapi/gssapi.h || -f /usr/include/gssapi.h ]]; then
       exit 1
fi
exit 0


Markus


Now thats I'm awake again, yes we will have to go with the minimal.
These tests are run from squid~/configure long before the helper configure script is created.

Adding it shortly.


Done.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE10
  Current Beta Squid 3.1.0.1

Reply via email to