X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=e41c39d6c392af95780d9a0662d64ef0eb411dd0;hb=bb4e045b7c4d5a98ddae1f3ffec4439615c74fa1;hp=537e720b37e392f170bcf0a43565dba48a232bc5;hpb=4498f31e40b89f4fc4f0ffb146bf4411ba9c1a4b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 537e720b3..e41c39d6c 100755 --- a/configure +++ b/configure @@ -111,7 +111,7 @@ if ($arg eq "-modupdate") { getosflags(); $has_epoll = $config{HAS_EPOLL}; $has_kqueue = $config{HAS_KQUEUE}; - if ($config{STATIC_LINK} == "yes") { + if ($config{STATIC_LINK} eq "yes") { write_static_modules_makefile(); } else { write_dynamic_modules_makefile();