0b5d0a473f
* removal of a potential infinite loop in different clearlooks styles
22 lines
756 B
Plaintext
22 lines
756 B
Plaintext
$OpenBSD: patch-configure,v 1.7 2010/01/01 16:26:04 ajacoutot Exp $
|
|
--- configure.orig Fri Jan 1 16:25:46 2010
|
|
+++ configure Fri Jan 1 16:54:19 2010
|
|
@@ -13398,7 +13398,7 @@ fi
|
|
#
|
|
if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
|
|
glib_save_LIBS="$LIBS"
|
|
- LIBS="$LIBS -lintl $libintl_extra_libs"
|
|
+ LIBS="$LIBS -liconv -lintl $libintl_extra_libs"
|
|
unset ac_cv_func_bind_textdomain_codeset
|
|
|
|
for ac_func in bind_textdomain_codeset
|
|
@@ -13520,7 +13520,7 @@ done
|
|
fi
|
|
|
|
if test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
|
- INTLLIBS="-lintl $libintl_extra_libs"
|
|
+ INTLLIBS="-liconv -lintl $libintl_extra_libs"
|
|
fi
|
|
|
|
if test "$gt_cv_have_gettext" = "yes"; then
|