2006-02-17 09:07:44 -05:00
|
|
|
$OpenBSD: patch-configure,v 1.2 2006/02/17 14:07:44 todd Exp $
|
|
|
|
--- configure.orig Wed Oct 19 15:26:29 2005
|
|
|
|
+++ configure Fri Feb 17 06:17:32 2006
|
|
|
|
@@ -9710,12 +9710,11 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
|
|
/* end confdefs.h. */
|
2005-02-23 20:47:15 -05:00
|
|
|
#include <libintl.h>
|
2006-02-17 09:07:44 -05:00
|
|
|
extern int _nl_msg_cat_cntr;
|
2005-02-23 20:47:15 -05:00
|
|
|
-extern int *_nl_domain_bindings;
|
2006-02-17 09:07:44 -05:00
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|
2005-02-23 20:47:15 -05:00
|
|
|
bindtextdomain ("", "");
|
|
|
|
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
2006-02-17 09:07:44 -05:00
|
|
|
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
|
|
|
;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
@@ -23177,7 +23176,7 @@ echo $ECHO_N "checking for gtkhtml >= 1.
|
2005-02-23 20:47:15 -05:00
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
- if test "x$GTKHTML_LIBS" != x; then
|
|
|
|
+ if test "x$GTKHTML_LIBS" != "xNO"; then
|
2006-02-17 09:07:44 -05:00
|
|
|
echo "$as_me:$LINENO: result: yes" >&5
|
|
|
|
echo "${ECHO_T}yes" >&6
|
2005-02-23 20:47:15 -05:00
|
|
|
# check for gtkhtml and enable it via HAVE_LIBGTKHTML if found
|