summaryrefslogtreecommitdiff
path: root/config.h.mingw
diff options
context:
space:
mode:
authorStu Tomlinson <nosnilmot@pidgin.im>2005-12-10 13:49:05 +0000
committerStu Tomlinson <nosnilmot@pidgin.im>2005-12-10 13:49:05 +0000
commit2b8f16df2ad34a9dae7868fedf5633c35edf4877 (patch)
tree0c67ff00a16a1519b8b908f0ba0522780e94e018 /config.h.mingw
parent68eefa997bd638c25323e078ab05bc5edfa01183 (diff)
downloadpidgin-2b8f16df2ad34a9dae7868fedf5633c35edf4877.tar.gz
[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?
Diffstat (limited to 'config.h.mingw')
-rw-r--r--config.h.mingw3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.mingw b/config.h.mingw
index 844868749f..1c765972fb 100644
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -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 */