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


-- 
הבלוג שלי:
http://nadavvin.com
diff --git a/configure.in b/configure.in
index f3151a7..f21bda9 100644
--- a/configure.in
+++ b/configure.in
@@ -713,14 +713,10 @@ if test "z$with_java" = "zno"; then
    fi
 fi
 
-AC_CHECK_HEADER(security/pam_appl.h, have_pam=true, have_pam=false)
 PKG_CHECK_MODULES([png], [libpng], 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" -a 
"z$with_distro" != "zSlackware"; then
-    if test "z$enable_pam" != "zno" && ! $have_pam; then
-        AC_MSG_ERROR(install pam-devel)
-    fi
     if ! $have_png; then
         AC_MSG_ERROR(install png-devel)
     fi

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.