1 diff -aruN gettext-0.16.1.orig/gettext-runtime/configure gettext-0.16.1/gettext-runtime/configure 2 --- gettext-0.16.1.orig/gettext-runtime/configure 2006-11-27 09:34:04.000000000 -0800 3 +++ gettext-0.16.1/gettext-runtime/configure 2007-06-27 12:53:23.996248127 -0700 4 @@ -27972,15 +27972,19 @@ 5 cat >>conftest.$ac_ext <<_ACEOF 6 /* end confdefs.h. */ 7 #include <libintl.h> 8 +#if 0 9 $gt_revision_test_code 10 extern int _nl_msg_cat_cntr; 11 extern int *_nl_domain_bindings; 12 +#endif 13 int 14 main () 15 { 16 +#if 0 17 bindtextdomain ("", ""); 18 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings 19 ; 20 +#endif 21 return 0; 22 } 23 _ACEOF 24 diff -aruN gettext-0.16.1.orig/gettext-tools/configure gettext-0.16.1/gettext-tools/configure 25 --- gettext-0.16.1.orig/gettext-tools/configure 2006-11-27 09:34:40.000000000 -0800 26 +++ gettext-0.16.1/gettext-tools/configure 2007-06-27 14:19:51.038978672 -0700 27 @@ -28630,15 +28630,19 @@ 28 cat >>conftest.$ac_ext <<_ACEOF 29 /* end confdefs.h. */ 30 #include <libintl.h> 31 +#if 0 32 $gt_revision_test_code 33 extern int _nl_msg_cat_cntr; 34 extern int *_nl_domain_bindings; 35 +#endif 36 int 37 main () 38 { 39 +#if 0 40 bindtextdomain ("", ""); 41 return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings 42 ; 43 +#endif 44 return 0; 45 } 46 _ACEOF 47