X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=2c2c4bd9b21644d8758363f8710dc1d78045c81f;hb=22a080c8f00ce9df421d77a9e0e5011470bf1276;hp=5e598074da3c0d445e9baa34597ac50cdf4bf64e;hpb=f7f9192f902e5972707bdd65aed939e884a48a93;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 5e598074d..2c2c4bd9b 100755 --- 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,