diff options
author | Timo Sirainen <cras@irssi.org> | 2002-12-28 18:21:05 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-12-28 18:21:05 +0000 |
commit | 1752f9863c5c8b4b877616c35df1f3523bbf3695 (patch) | |
tree | 251e95ba745b439fe30d4440667f3476de80fd03 | |
parent | dcb0c6e4dda0b4b9069ec804afe6acdfc47230cd (diff) | |
download | irssi-1752f9863c5c8b4b877616c35df1f3523bbf3695.zip |
Default to no GC.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3082 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8734e422..4faacfd3 100644 --- a/configure.in +++ b/configure.in @@ -122,7 +122,7 @@ AC_ARG_WITH(gc, want_gc=yes fi fi, - want_gc=yes) + want_gc=no) AC_ARG_WITH(perl-staticlib, [ --with-perl-staticlib Specify that we want to link perl libraries |