diff options
author | Timo Sirainen <cras@irssi.org> | 2003-01-11 00:24:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-01-11 00:24:30 +0000 |
commit | b687ace2b11169e2c4dd864152794a086486315d (patch) | |
tree | 4267cdd0a6a9e4ad859696316b2841a2ac33113f /acconfig.h | |
parent | 842a51c76039bc5c65c6a19999c7fd06edc4d827 (diff) | |
download | irssi-b687ace2b11169e2c4dd864152794a086486315d.zip |
Check for gc.h too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3095 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ #undef HAVE_PL_PERL #undef HAVE_STATIC_PERL #undef HAVE_GMODULE -#undef HAVE_GC +#undef HAVE_GC_H +#undef HAVE_GC_GC_H #undef WANT_BIG5 /* macros/curses checks */ |