--
הבלוג שלי:
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
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice