29 lines
697 B
Plaintext
29 lines
697 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2010/08/22 21:37:29 fgsch Exp $
|
|
--- configure.orig Sun Aug 22 22:23:14 2010
|
|
+++ configure Sun Aug 22 22:26:09 2010
|
|
@@ -7369,6 +7369,7 @@ fi
|
|
done
|
|
fi
|
|
|
|
+LIBICONV="$LTLIBICONV"
|
|
|
|
|
|
|
|
@@ -7381,7 +7382,6 @@ fi
|
|
|
|
|
|
|
|
-
|
|
for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
|
|
stdlib.h string.h unistd.h sys/param.h
|
|
do
|
|
@@ -8590,7 +8590,7 @@ fi
|
|
LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
|
|
done
|
|
fi
|
|
-
|
|
+LIBINTL="$LTLIBINTL"
|
|
{ $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
|
|
$as_echo_n "checking for GNU gettext in libintl... " >&6; }
|
|
if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then
|