updates
authorPekka Riikonen <priikone@silcnet.org>
Fri, 25 May 2001 15:29:30 +0000 (15:29 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 25 May 2001 15:29:30 +0000 (15:29 +0000)
apps/irssi/configure.in

index 30e418c3ac2754c248ba2a844493a6b0a714a64f..33d16935d4b746305f82912db745c74227a2cdc3 100644 (file)
@@ -128,7 +128,7 @@ AC_ARG_ENABLE(perl-path,
                        perl_lib_dir_given=yes
                fi
        fi,
-       want_perl=yes)
+       want_perl=no)
 
 AC_ARG_ENABLE(perl,
 [  --enable-perl[=yes|no|static]  Build with Perl support - also specifies
@@ -141,8 +141,7 @@ AC_ARG_ENABLE(perl,
        else
                want_perl=no
        fi,
-       want_perl=yes)
-want_perl=no
+       want_perl=no)
 
 AC_ARG_WITH(tests,
 [  --with-tests           Run all the tests],