17 lines
780 B
Plaintext
17 lines
780 B
Plaintext
$OpenBSD: patch-gettext-tools_configure,v 1.3 2016/01/02 22:00:49 naddy Exp $
|
|
|
|
Allow use of pre-installed gettext with gettexts-tools.
|
|
|
|
--- gettext-tools/configure.orig Mon Dec 28 00:09:36 2015
|
|
+++ gettext-tools/configure Sat Jan 2 21:42:28 2016
|
|
@@ -22715,8 +22715,7 @@ $as_echo "$ac_res" >&6; }
|
|
|
|
if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
|
|
|| { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
|
|
- && test "$PACKAGE" != gettext-runtime \
|
|
- && test "$PACKAGE" != gettext-tools; }; then
|
|
+ && test "$PACKAGE" != gettext-runtime; }; then
|
|
gt_use_preinstalled_gnugettext=yes
|
|
else
|
|
LIBINTL=
|