]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added eg++ stuff
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 03:16:07 +0000 (03:16 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 03:16:07 +0000 (03:16 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1451 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index a7106b50f549664fb96c8e3bb1967ce5cb49a263..0f95476b5f4b407ec48379cfa01b6f8716d0a195 100755 (executable)
--- 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";