From kde-core-devel Wed Jul 02 13:27:42 2003 From: Holger Schroeder Date: Wed, 02 Jul 2003 13:27:42 +0000 To: kde-core-devel Subject: Re: [PATCH] fix for warning in pam check X-MARC-Message: https://marc.info/?l=kde-core-devel&m=105715303804130 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.