22 lines
587 B
Plaintext
22 lines
587 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2009/11/22 10:35:44 ajacoutot Exp $
|
|
--- configure.orig Sat Nov 21 18:58:25 2009
|
|
+++ configure Sat Nov 21 18:58:52 2009
|
|
@@ -4571,7 +4571,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lintl $LIBS"
|
|
+LIBS="-lintl -liconv $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -4606,7 +4606,7 @@ if test "x$ac_cv_lib_intl_gettext" = x""yes; then :
|
|
#define HAVE_LIBINTL 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lintl $LIBS"
|
|
+ LIBS="-lintl -liconv $LIBS"
|
|
|
|
fi
|
|
|