summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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();