2010-07-17 18:52:50 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.11 2010/07/17 22:52:53 benoit Exp $
|
|
|
|
--- configure.orig Sat Jun 5 08:26:22 2010
|
|
|
|
+++ configure Sat Jun 26 20:44:09 2010
|
|
|
|
@@ -5043,7 +5043,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
DEBUG_CFLAGS=""
|
|
|
|
-OPTIMIZATION_CFLAGS="-O3"
|
|
|
|
+OPTIMIZATION_CFLAGS=""
|
|
|
|
PROFILING_CFLAGS=""
|
|
|
|
PROFILING_LIBS=""
|
|
|
|
|
|
|
|
@@ -9139,7 +9139,7 @@ fi
|
2010-04-05 16:27:03 -04:00
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_gettext" >&5
|
2009-12-23 07:11:29 -05:00
|
|
|
$as_echo "$ac_cv_lib_intl_gettext" >&6; }
|
2010-04-05 16:27:03 -04:00
|
|
|
if test "x$ac_cv_lib_intl_gettext" = x""yes; then :
|
2009-12-23 07:11:29 -05:00
|
|
|
- LIBINTL_LIBS="-lintl";
|
|
|
|
+ LIBINTL_LIBS="-lintl -liconv";
|
|
|
|
gettext_found=yes
|
|
|
|
else
|
|
|
|
gettext_found=no
|