From 31a8c2f1a54a4b99fab0fb8d3254727fa560b0e1 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Thu, 25 Apr 2002 08:08:18 +0000 Subject: Check for missing langinfo.h --- editors/openoffice/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'editors/openoffice/Makefile') diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index c4e140699ef7..d1114b516ad2 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -65,6 +65,15 @@ pre-extract: @ ${ECHO} @ ${FALSE} .endif +.if !exists(/usr/include/langinfo.h) + @${ECHO} + @${ECHO} langinfo.h is missing ! + @${ECHO} + @${ECHO} Please upgrade to 4.5 STABLE or + @${ECHO} 4.6 RELEASE. + @${ECHO} + @${FALSE} +.endif post-extract: @for file in ${EXTRACT_REST}; do \ -- cgit v1.2.3