~ubuntu-branches/debian/squeeze/netatalk/squeeze

« back to all changes in this revision

Viewing changes to macros/summary.m4

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-02-02 19:59:05 UTC
  • mfrom: (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090202195905-732t6wxk8jzsb91r
Tags: 2.0.4~beta2-4.1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes: LP: #318665
  - Changed dependency from libdb-dev to libdb4.6-dev to correct
    FTBFS due to an issue caused by mismatches on installed binaries
    and development headers (db4.7 is installed under a different soname
    which breaks a check in netatalk) (LP: #262991)
  - debian/control:
    + Replace libltdl3-dev with libltdl7-dev.
    + Recommend db4.6-util instead of db4.2-util as we build netatalk with
      db4.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $Id: summary.m4,v 1.1.2.5.2.1 2004/12/07 18:47:28 bfernhomberg Exp $
 
1
dnl $Id: summary.m4,v 1.1.2.5.2.2 2008/12/02 03:11:59 didg Exp $
2
2
dnl Autoconf macros, display configure summary
3
3
 
4
4
AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
26
26
        if test "x$netatalk_cv_use_shadowpw" = "xyes"; then
27
27
                uams_using_options="$uams_using_options SHADOW"
28
28
        fi
29
 
        if test "x$compile_ssl" = "xyes"; then
 
29
        if test "x$neta_cv_compile_dhx" = "xyes"; then
30
30
                AC_MSG_RESULT([         DHX     ($uams_using_options)])
 
31
        fi
 
32
        if test "x$neta_cv_compile_dhx2" = "xyes"; then
 
33
                AC_MSG_RESULT([         DHX2    ($uams_using_options)])
 
34
        fi
 
35
        if test "x$neta_cv_have_openssl" = "xyes"; then
31
36
                AC_MSG_RESULT([         RANDNUM ($uams_using_options)])
32
37
        fi
33
38
        if test x"$netatalk_cv_build_krb5_uam" = x"yes"; then
73
78
        AC_MSG_RESULT([Using libraries:])
74
79
        AC_MSG_RESULT([    LIBS = $LIBS])
75
80
        AC_MSG_RESULT([    CFLAGS = $CFLAGS])
76
 
        if test x"$compile_ssl" = x"yes"; then
 
81
        if test x"$neta_cv_have_openssl" = x"yes"; then
77
82
                AC_MSG_RESULT([    SSL:])
78
83
                AC_MSG_RESULT([        LIBS   = $SSL_LIBS])
79
84
                AC_MSG_RESULT([        CFLAGS = $SSL_CFLAGS])
80
85
        fi
 
86
        if test x"$neta_cv_have_libgcrypt" = x"yes"; then
 
87
                AC_MSG_RESULT([    LIBGCRYPT:])
 
88
                AC_MSG_RESULT([        LIBS   = $LIBGCRYPT_LIBS])
 
89
                AC_MSG_RESULT([        CFLAGS = $LIBGCRYPT_CFLAGS])
 
90
        fi
81
91
        if test x"$netatalk_cv_use_pam" = x"yes"; then
82
92
                AC_MSG_RESULT([    PAM:])
83
93
                AC_MSG_RESULT([        LIBS   = $PAM_LIBS])