From 5c1aaa83df4ff339800aceaec1a22b9b2f7f9836 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 May 2005 03:16:07 +0000 Subject: [PATCH] Added eg++ stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1451 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index a7106b50f..0f95476b5 100755 --- a/configure +++ b/configure @@ -385,6 +385,8 @@ sub getosflags { $config{MAKEPROG} = "gmake"; if ($config{OSNAME} eq "OpenBSD") { $config{CC} = "eg++"; + chomp($config{GCCVER} = `eg++ -dumpversion | cut -c 1`); # we must redo these if we change + chomp($config{GCC34} = `eg++ -dumpversion | cut -c 3`); # the compiler path } } else { $config{LDLIBS} = "-ldl"; -- 2.39.2