22 lines
782 B
Plaintext
22 lines
782 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2003/06/02 02:02:36 margarida Exp $
|
|
--- configure.orig Wed May 28 03:56:16 2003
|
|
+++ configure Thu May 29 08:54:22 2003
|
|
@@ -3893,7 +3893,7 @@ else
|
|
#include "confdefs.h"
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int *_nl_domain_bindings__;
|
|
extern
|
|
#ifdef __cplusplus
|
|
"C"
|
|
@@ -3901,7 +3901,7 @@ extern
|
|
const char *_nl_expand_alias ();
|
|
int main() {
|
|
bindtextdomain ("", "");
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings__ + *_nl_expand_alias (0)
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:3908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|