summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:27:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:27:22 +0000
commit9a09770a5433c3867e8cb2014a48e9624c82fccf (patch)
treea9a609d72ee1be779e4fa7b173f262f6f6ac84b0 /configure
parenteb910456e2f01255f277fe060fef6f7dd3018cf7 (diff)
Put back missing semicolon
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11588 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 984e7ef83..514ddee81 100755
--- a/configure
+++ b/configure
@@ -523,7 +523,7 @@ if ($config{OSNAME} =~ /FreeBSD/i)
my $version = `uname -r`;
if ($version =~ /^4\./)
{
- print "yes.\n"
+ print "yes.\n";
print "FreeBSD 4.x is no longer supported. By ANYONE.\n";
print "To build, you will need to add the following to CXXFLAGS:\n";
print "\t-L/usr/local/lib -lgnugetopt -DHAVE_DECL_GETOPT=1\n";