[PATCH] fix for warning in pam check
Holger Schroeder
holger-kde at holgis.net
Wed Jul 2 14:27:42 BST 2003
Hi,
shouldn't this line
+ if test "x$pam_header" = "pam/pam_appl.h"; then
be changed to
+ if test "x$pam_header" = "xpam/pam_appl.h"; then
?
Holger
On Wednesday 02 July 2003 05:50, Benjamin Reed wrote:
> My previous OSX admin patch introduced a buglet in the pam check that
> makes it try setting a HAVE_* variable inside an AC_CACHE_VAL, which is a
> no-no.
>
> Attached is a patch to fix it.
More information about the kde-core-devel
mailing list