From 2885e18dcb007a93af43ae2bb5c6b6299fe42182 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Jun 2007 21:40:33 +0000 Subject: [PATCH] Same here git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7246 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/configure b/configure index fdde42e2b..b20e28da2 100755 --- a/configure +++ b/configure @@ -1,19 +1,16 @@ #!/usr/bin/perl - +################################################### # InspIRCd Configuration Script # -# Copyright 2002-2007 The ChatSpike Development Team -# -# +# Copyright 2002-2007 The InspIRCd Development Team +# http://www.inspircd.org/wiki/index.php/Credits # # Licensed under GPL, please see the COPYING file # for more information # -# [14:21] Brain: i know perl-fu! -# # $Id$ # -######################################## +################################################### require 5.6.0; use Socket; -- 2.39.5