diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 02:39:26 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 02:39:26 +0000 |
commit | be7aac1c8e3af43516b7cca966bffd9790a1ae6a (patch) | |
tree | 28b8463c6813be5661f914fb5b94c2341d917934 | |
parent | feb86babf235ceb39954b9670c622bde11ec1270 (diff) |
Changed to use gmake on ALL bsd variants
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1439 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ sub dir_check { } sub getosflags { - if ($config{OSNAME} eq "FreeBSD") { + if ($config{OSNAME} =~ /BSD$/) { $config{LDLIBS} = "-Ldl"; $config{FLAGS} = "-fPIC -frtti $OPTIMISATI -Woverloaded-virtual $config{OPTIMISATI}"; $config{MAKEPROG} = "gmake"; |