From 24994a4c9c8f4f90e28dd7ba9f0827f91abf470f Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 3 Mar 2004 10:03:15 +0000 Subject: Fix Build on CURRENT, I am not sure why this worked on STABLE [1] Add WITHOUT_NLS knob. [1]: Reported by: adamw, ale Pointy hat to: arved --- misc/help2man/files/patch-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/help2man/files/patch-configure (limited to 'misc/help2man/files/patch-configure') diff --git a/misc/help2man/files/patch-configure b/misc/help2man/files/patch-configure new file mode 100644 index 000000000000..0f91e78552e8 --- /dev/null +++ b/misc/help2man/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Wed Mar 3 10:56:35 2004 ++++ configure Wed Mar 3 10:56:54 2004 +@@ -2307,10 +2307,6 @@ + preload=`LD_PRELOAD="preloadable_libintl.so" sh -c 'echo yes' 2>/dev/null` + echo "$as_me:$LINENO: result: ${preload:=no}" >&5 + echo "${ECHO_T}${preload:=no}" >&6 +- test "$preload" = no && \ +- { { echo "$as_me:$LINENO: error: libpreloadable_libintl.so required (gettext 0.12+)" >&5 +-echo "$as_me: error: libpreloadable_libintl.so required (gettext 0.12+)" >&2;} +- { (exit 1); exit 1; }; } + + extra_make_all='preload man_l10n' + extra_make_install='install_preload install_l10n' -- cgit v1.2.3