diff -r b98e72d4089a -r 77693555855f plugins/perl/libgaimperl.c --- a/plugins/perl/libgaimperl.c Mon Apr 16 00:43:53 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -#include -void __attribute__ ((constructor)) my_init(void); - -void __attribute__ ((constructor)) my_init() { - /* Very evil hack...puts perl.so's symbols in the global table - * but does not create a circular dependancy because g_module_open - * will only open the library once. */ - g_module_open("perl.so", 0); -}