summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-16 00:38:08 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-16 00:38:08 +0200
commit8b038ab976011a715c495207a750e7cc42165d06 (patch)
tree85d651247736a094ab066fbab0a7af0e3486b417 /m4
parent426cc51abcf68c4e9291c283214fff9ff955cfda (diff)
downloadgnutls-8b038ab976011a715c495207a750e7cc42165d06.tar.gz
The auth_ and ext_ files were moved to respective directories.
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index ce5837f3af..d99dd82c85 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -230,20 +230,6 @@ fi
fi
AM_CONDITIONAL(ENABLE_OPENPGP, test "$ac_enable_openpgp" = "yes")
- AC_MSG_CHECKING([whether to disable SessionTicket extension support])
- AC_ARG_ENABLE(session-ticket,
- AS_HELP_STRING([--disable-session-ticket],
- [disable the SessionTicket extension support]),
- ac_session_ticket=no)
- if test x$ac_session_ticket != xno; then
- AC_MSG_RESULT(no)
- AC_DEFINE([ENABLE_SESSION_TICKET], 1, [enable SessionTicket extension])
- else
- ac_full=0
- AC_MSG_RESULT(yes)
- fi
- AM_CONDITIONAL(ENABLE_SESSION_TICKET, test "$ac_enable_session_ticket" != "no")
-
# For cryptodev
AC_MSG_CHECKING([whether to add cryptodev support])
AC_ARG_ENABLE(cryptodev,