From d9e6eefa303befe3a7e6191da67adab3ebbdf9c1 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 7 Nov 2005 09:53:56 +0000 Subject: [PATCH] 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b946454a..9f6aac22 100644 --- a/configure.in +++ b/configure.in @@ -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] )