diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 22:51:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 22:51:37 +0000 |
commit | cb85af4a679e810f91f1e0c5bcdaf9a9be3a55dc (patch) | |
tree | 1c918a7729e37c553f1f1485a957698ab8ad3940 | |
parent | 923c61c75253e87d1d0a2ecb1ff6f6ecbb6f8e85 (diff) |
Found and zapped a final ==
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3028 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |