summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-19 02:39:26 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-19 02:39:26 +0000
commitbe7aac1c8e3af43516b7cca966bffd9790a1ae6a (patch)
tree28b8463c6813be5661f914fb5b94c2341d917934
parentfeb86babf235ceb39954b9670c622bde11ec1270 (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4ba9dabd0..27ee1f1ed 100755
--- a/configure
+++ b/configure
@@ -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";