summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-19 03:16:07 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-19 03:16:07 +0000
commit5c1aaa83df4ff339800aceaec1a22b9b2f7f9836 (patch)
tree21db179a155918c88423f8c78e16a7e727690ac1 /configure
parent5f661f1ae1a47a093f1e00b31efdccf60f585f90 (diff)
Added eg++ stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1451 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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";