Skip Menu |
 

Download (untitled) / with headers
text/plain 1.7KiB
From nalin@blade.devel.redhat.com Mon Nov 24 11:36:15 2003
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3p2) with ESMTP
id LAA05708; Mon, 24 Nov 2003 11:36:14 -0500 (EST)
Received: from blade.devel.redhat.com (pix-525-pool.redhat.com [66.187.233.200])
by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id hAOGaE2r017235
for <krb5-bugs@mit.edu>; Mon, 24 Nov 2003 11:36:14 -0500 (EST)
Received: from blade.devel.redhat.com (localhost.localdomain [127.0.0.1])
by blade.devel.redhat.com (8.12.10/8.12.10) with ESMTP id hAOGaD1C016196
for <krb5-bugs@mit.edu>; Mon, 24 Nov 2003 11:36:13 -0500
Received: (from nalin@localhost)
by blade.devel.redhat.com (8.12.10/8.12.10/Submit) id hAOGaDBU016194;
Mon, 24 Nov 2003 11:36:13 -0500
Date: Mon, 24 Nov 2003 11:36:13 -0500
Message-Id: <200311241636.hAOGaDBU016194@blade.devel.redhat.com>
To: krb5-bugs@mit.edu
From: Nalin Dahyabhai <nalin@redhat.com>
Reply-To: Nalin Dahyabhai <nalin@redhat.com>
Cc:
X-send-pr-version: 3.99

Show quoted text
>Submitter-Id: net
>Originator:
>Organization:
Nalin Dahyabhai
Show quoted text
>Confidential: no
>Synopsis: configure can't mix --with-netlib and --enable-dns
>Severity: non-critical
>Priority: low
>Category: krb5-build
>Class: sw-bug
>Release: krb5-1.3.1
>Environment:

System: Linux blade.devel.redhat.com 2.4.22-1.2115.nptlsmp #1 SMP Wed Oct 29 15:20:01 EST 2003 i686 athlon i386 GNU/Linux
Architecture: i686

Show quoted text
>Description:
When invoked with --with-netlib, configure ignores the --enable-dns argument.
Show quoted text
>How-To-Repeat:
Run configure with --with-netlib=-lresolv, note that no mention is made of enabling or disabling DNS support.
Show quoted text
>Fix:
Perhaps the WITH_NETLIB macro should call KRB5_AC_ENABLE_DNS when it's given arguments?