Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


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

Signed-off-by: Michele Ballabio <barra_cuda@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.