[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal build problem
On Tue, Oct 01, 2002 at 04:14:43PM +0200, Johan Danielsson wrote:
>
I found the problem. It was my patch for using the version
of libroken that comes with kerberos4kth, as it is a bug if two
packages provide the same library:
AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/liif ! test
"$roken_installed" = yes; then
rk_ROKEN(lib/roken)
fi
LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
However, that obviously hasn't disabled this test when LIB_roken is
found already installed:
> > if test -z "${have_err_h_TRUE}" && test -z "${have_err_h_FALSE}"; then
> > { { echo "$as_me:$LINENO: error: conditional \"have_err_h\" was never defined.echo "$as_me: error: conditional \"have_err_h\" was never defined.
Where can I disable this test? I can't seem to find it in configure.in
or any of the cf/* files...
--
Brian May <bam@snoopy.apana.org.au>