diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 67113e6ec..95b0f4ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -876,7 +876,7 @@ fi # AC_HEADER_STDC AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h]) -AC_CHECK_HEADERS([pwd.h inttypes.h]) +AC_CHECK_HEADERS([pty.h pwd.h inttypes.h]) # @@ -1245,7 +1245,7 @@ if test "$have_libassuan" = "no"; then *** *** You need libassuan with Pth support to build this program. *** This library is for example available at -*** ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/ +*** ftp://ftp.gnupg.org/gcrypt/libassuan/ *** (at least version $NEED_LIBASSUAN_VERSION (API $NEED_LIBASSUAN_API) is required). ***]]) fi |