]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fix m_httpd always crashing in destructor if no active Timeout.
[user/henk/code/inspircd.git] / configure
index 1217fb07e5ced572980450c555fa56c6ac2a8b12..2c2c4bd9b21644d8758363f8710dc1d78045c81f 100755 (executable)
--- a/configure
+++ b/configure
@@ -25,7 +25,7 @@ GetOptions (
        'with-channel-length=i' => \$opt_chan_length,
        'with-max-channels=i' => \$opt_maxchans,
        'with-max-oper-channels=i' => \$opt_opermaxchans,
-       'with-max-clients' => \$opt_maxclients,
+       'with-max-clients=i' => \$opt_maxclients,
        'enable-epoll' => \$opt_epoll,
        'enable-kqueue' => \$opt_kqueue,
        'disable-epoll' => \$opt_noepoll,
@@ -279,9 +279,7 @@ getmodules();
 
 sub clean
 {
-       if ($arg eq "-clean") {
-               system("rm -rf .config.cache");
-       }
+       system("rm -rf .config.cache");
 }
 
 sub update