diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 03:16:07 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 03:16:07 +0000 |
commit | 5c1aaa83df4ff339800aceaec1a22b9b2f7f9836 (patch) | |
tree | 21db179a155918c88423f8c78e16a7e727690ac1 /configure | |
parent | 5f661f1ae1a47a093f1e00b31efdccf60f585f90 (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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |