Mercurial > pidgin
changeset 12448:4266abdccb97
[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 <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 10 Dec 2005 13:49:05 +0000 |
parents | e683e7514160 |
children | 75ee52a292d2 |
files | config.h.mingw |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */