[ooo-build-commit] .: configure.in

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Thu Sep 30 11:34:42 PDT 2010


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a0006c49fa7018906d47d8b6ddbecbfaf5def50
Author: Michele Ballabio <barra_cuda at katamail.com>
Date:   Thu Sep 30 14:45:08 2010 +0200

    Don't check for pam if the distro name is Slackware
    
    Commit 8c3b23f0caebb764336c7ee0015f9ec34a85fd1e removed the check
    introduced in b93ce15efb344e24bb7dee08165794ac464be2a1. Restore it.
    
    Signed-off-by: Michele Ballabio <barra_cuda at katamail.com>

diff --git a/configure.in b/configure.in
index 4207f51..9527749 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


More information about the ooo-build-commit mailing list