1 --- fetchmail-6.3.8/configure.orig Thu May 1 19:50:33 2008 2 +++ fetchmail-6.3.8/configure Thu May 1 19:51:01 2008 3 @@ -7652,9 +7652,11 @@ 4 int 5 main () 6 { 7 +#if 0 8 bindtextdomain ("", ""); 9 return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings 10 ; 11 +#endif 12 return 0; 13 } 14 _ACEOF 15