# HG changeset patch # User Stu Tomlinson # Date 1134222545 0 # Node ID 4266abdccb97d7a028bb85367f0a829126d05e68 # Parent e683e751416053749474fc37d86814e16245bc02 [gaim-migrate @ 14755] This should make win32 builds say perl is enabled in the about window. Maybe someone who knows more about how perl is enabled/disabled based on the existence of perl during install on win32 can make this more accurate? committer: Tailor Script diff -r e683e7514160 -r 4266abdccb97 config.h.mingw --- a/config.h.mingw Fri Dec 09 22:11:15 2005 +0000 +++ b/config.h.mingw Sat Dec 10 13:49:05 2005 +0000 @@ -91,6 +91,9 @@ #define socklen_t int /* #undef HAVE_TM_GMTOFF */ +/* Compile with support for perl */ +#define HAVE_PERL 1 + /* Define if you have the Perl_eval_pv function. */ /* #undef HAVE_PERL_EVAL_PV */