next release is 1.4.8, fixed typo in help text

-This line, and those below, will be ignored--

M    configure.in


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@819 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-11-07 09:53:56 +00:00
parent ea7b9aba9b
commit d9e6eefa30
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT(lighttpd, 1.4.7, jan@kneschke.de)
AC_INIT(lighttpd, 1.4.8, jan@kneschke.de)
AC_CONFIG_SRCDIR([src/server.c])
AC_CANONICAL_TARGET
@ -226,7 +226,7 @@ AC_ARG_WITH(openssl-libs,
)
AC_ARG_WITH(kerberos5,
AC_HELP_STRING([--with-berberos5],[use Kerberos5 support with OpenSSL]),
AC_HELP_STRING([--with-kerberos5],[use Kerberos5 support with OpenSSL]),
[ use_kerberos=yes ], [use_kerberos=no]
)