From: Nikos Mavrogiannopoulos Date: Sun, 19 Nov 2000 11:02:58 +0000 (+0000) Subject: removed unneeded check X-Git-Tag: gnutls0-0-5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4f6eed387e5bdfc198f92227cf6e28a330c0d7;p=thirdparty%2Fgnutls.git removed unneeded check --- diff --git a/configure.in b/configure.in index 9b122f348f..95d3154c68 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os") GNUTLS_MAJOR_VERSION=0 GNUTLS_MINOR_VERSION=0 -GNUTLS_MICRO_VERSION=4 +GNUTLS_MICRO_VERSION=5 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION @@ -96,7 +96,7 @@ if test $ac_cv_prog_gcc != no; then fi AC_HEADER_STDC -AC_CHECK_HEADERS(unistd.h pwd.h locale.h strings.h mcrypt.h stdarg.h) +AC_CHECK_HEADERS(unistd.h pwd.h locale.h strings.h stdarg.h) AC_CHECK_HEADERS(sys/stat.h sys/types.h fcntl.h sys/wait.h) AC_CHECK_HEADERS(utime.h signal.h) AC_CHECK_HEADERS(termios.h termio.h sgtty.h)