[ooo-build-commit] Branch 'ooo-build-3-1' - configure.in

René Engelhard rene at kemper.freedesktop.org
Fri Jun 19 09:46:29 PDT 2009


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

New commits:
commit 63955e33656343bd8f8b4fa54704499fc78ea536
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Jun 19 12:43:59 2009 -0400

    Don't check for pam if the distro name is Slackware.
    
    This fixes n#514511.
    
    * configure.in:

diff --git a/configure.in b/configure.in
index 20f394d..3dd2d7b 100644
--- a/configure.in
+++ b/configure.in
@@ -627,7 +627,7 @@ 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"; then
-    if test "z$enable_pam" != "zno" && ! $have_pam; then
+    if test "z$enable_pam" != "zno" && ! $have_pam && "$VENDORNAME" != "Slackware"; then
 	AC_MSG_ERROR(install pam-devel)
     fi
     if ! $have_png; then


More information about the ooo-build-commit mailing list