[Libreoffice] [PATCH] Don't check for pam if the distro name is Slackware

Michele Ballabio barra_cuda at katamail.com
Thu Sep 30 05:45:08 PDT 2010


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



More information about the LibreOffice mailing list