~ubuntu-branches/ubuntu/raring/libgcrypt11/raring

« back to all changes in this revision

Viewing changes to src/libgcrypt.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-07-02 18:32:45 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702183245-b1p9zumbhmq9wk4g
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Add libgcrypt11-udeb package.
  - Add clean-la.mk, and add a symlink for the .la
* Ubuntu changes dropped:
  - Build-Depends changes.
  - Drop patch 20_socket_nsl_linkage.diff, basically applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    fi
75
75
  fi
76
76
  if test $ok = yes; then
77
 
    AC_MSG_RESULT(yes)
 
77
    AC_MSG_RESULT([yes ($libgcrypt_config_version)])
78
78
  else
79
79
    AC_MSG_RESULT(no)
80
80
  fi
86
86
        if test "$tmp" -gt 0 ; then
87
87
           AC_MSG_CHECKING([LIBGCRYPT API version])
88
88
           if test "$req_libgcrypt_api" -eq "$tmp" ; then
89
 
             AC_MSG_RESULT(okay)
 
89
             AC_MSG_RESULT([okay])
90
90
           else
91
91
             ok=no
92
 
             AC_MSG_RESULT([does not match (want=$req_libgcrypt_api got=$tmp)])
 
92
             AC_MSG_RESULT([does not match. want=$req_libgcrypt_api got=$tmp])
93
93
           fi
94
94
        fi
95
95
     fi