[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libreoffice
Subject:    [Libreoffice] [PATCH] Don't check for pam if the distro name is Slackware
From:       barra_cuda () katamail ! com (Michele Ballabio)
Date:       2010-09-30 12:45:08
Message-ID: 201009301445.09332.barra_cuda () katamail ! com
[Download RAW message or body]

Commit 8c3b23f0caebb764336c7ee0015f9ec34a85fd1e removed the check
introduced in b93ce15efb344e24bb7dee08165794ac464be2a1. Restore it.

Signed-off-by: Michele Ballabio <barra_cuda at katamail.com>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 0739a05..34cab06 100644
--- a/configure.in
+++ b/configure.in
@@ -706,7 +706,7 @@ AC_CHECK_HEADER(security/pam_appl.h, have_pam=true, \
have_pam=false)  AC_CHECK_HEADER(png.h, have_png=true, have_png=false)
 AC_CHECK_HEADER(zlib.h, have_zlib=true, have_zlib=false)
 
-if test "z$with_win32" = "z" -a "z`uname -s`" != "zDarwin" -a "z$with_distro" != \
"zCrossWin32"; then +if test "z$with_win32" = "z" -a "z`uname -s`" != "zDarwin" -a \
"z$with_distro" != "zCrossWin32" -a "z$with_distro" != "zSlackware"; then  if test \
"z$enable_pam" != "zno" && ! $have_pam; then  AC_MSG_ERROR(install pam-devel)
     fi
-- 
1.7.2


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic