87ae9779c9
From new maintainer Vlad Glagolev (stelzy at gmail dot com). The sparc64 workaround is no longer required (noticed by Stuart Henderson, confirmed by sturm@).
26 lines
742 B
Plaintext
26 lines
742 B
Plaintext
--- configure.orig Wed Sep 14 11:23:56 2005
|
|
+++ configure Mon Jul 9 01:06:08 2007
|
|
@@ -25894,12 +25894,11 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
|
;
|
|
return 0;
|
|
}
|
|
@@ -27511,7 +27510,7 @@ s,@INTL_MACOSX_LIBS@,$INTL_MACOSX_LIBS,;t t
|
|
s,@LIBICONV@,$LIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@INTLLIBS@,$INTLLIBS,;t t
|
|
-s,@LIBINTL@,$LIBINTL,;t t
|
|
+s,@LIBINTL@,$LTLIBINTL,;t t
|
|
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
|
s,@POSUB@,$POSUB,;t t
|
|
s,@LIBOBJS@,$LIBOBJS,;t t
|