[ooo-build-commit] configure.in
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Jun 19 09:42:32 PDT 2009
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b93ce15efb344e24bb7dee08165794ac464be2a1
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 c97f803..6631de0 100644
--- a/configure.in
+++ b/configure.in
@@ -641,7 +641,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