"Burton M. Strauss III" a �crit :

> It wouldn't be hard to add a test something like this:
>
> rc=`grep -c krb5 /usr/include/openssl/ssl.h`
> if test $rc -eq 0; then
>     CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
> fi

with -ne instead of -eq, it works

> if test -f /usr/kerberos/include/krb5.h; then
>     CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
> fi

this works too

> The beauty is you only have to retest in a RH9 environment, since you're not
> changing configure

Thank you

Lo�c


_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to