From b6b5a114fa6cd6af7db32b330a1f09d019214bfd Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 18 May 2005 20:05:40 +0000 Subject: Missing newline git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1434 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0503f6008..15adf5bdf 100755 --- a/configure +++ b/configure @@ -438,7 +438,7 @@ sub writefiles { EOF if ($config{OSNAME} =~ /SunOS/) { - print FILEHANDLE "#define IS_SOLARIS"; + print FILEHANDLE "#define IS_SOLARIS\n"; } if ($config{GCCVER} > 3) { print FILEHANDLE "#define GCC3\n"; -- cgit v1.2.3