From: brain Date: Thu, 19 May 2005 03:16:07 +0000 (+0000) Subject: Added eg++ stuff X-Git-Tag: v2.0.23~10236 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5c1aaa83df4ff339800aceaec1a22b9b2f7f9836;p=user%2Fhenk%2Fcode%2Finspircd.git Added eg++ stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1451 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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";