patch-configure 742 B

1234567891011121314151617181920212223242526
  1. --- configure.orig Wed Sep 14 11:23:56 2005
  2. +++ configure Mon Jul 9 01:06:08 2007
  3. @@ -25894,12 +25894,11 @@ cat >>conftest.$ac_ext <<_ACEOF
  4. /* end confdefs.h. */
  5. #include <libintl.h>
  6. extern int _nl_msg_cat_cntr;
  7. -extern int *_nl_domain_bindings;
  8. int
  9. main ()
  10. {
  11. bindtextdomain ("", "");
  12. -return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
  13. +return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
  14. ;
  15. return 0;
  16. }
  17. @@ -27511,7 +27510,7 @@ s,@INTL_MACOSX_LIBS@,$INTL_MACOSX_LIBS,;t t
  18. s,@LIBICONV@,$LIBICONV,;t t
  19. s,@LTLIBICONV@,$LTLIBICONV,;t t
  20. s,@INTLLIBS@,$INTLLIBS,;t t
  21. -s,@LIBINTL@,$LIBINTL,;t t
  22. +s,@LIBINTL@,$LTLIBINTL,;t t
  23. s,@LTLIBINTL@,$LTLIBINTL,;t t
  24. s,@POSUB@,$POSUB,;t t
  25. s,@LIBOBJS@,$LIBOBJS,;t t