1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- configure.orig Wed Nov 23 13:10:32 2005 +++ configure Wed Nov 23 13:10:55 2005 @@ -23960,12 +23960,11 @@ #ifdef __cplusplus "C" #endif -const char *_nl_expand_alias (); int main () { bindtextdomain ("", ""); -return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) +return (int) gettext ("") + _nl_msg_cat_cntr ; return 0; }