From 3a4a14d556928aaa0f1b69d1c73f44e8c246a218 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 1 Jul 2004 08:21:58 +0000 Subject: [PATCH] WITHOUT_NLS is preferred to WITHOUT_GETTEXT. Pointed out by: pav, eik --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 45995fcb12..5274c41bf6 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -3359,14 +3359,6 @@ PATCHFILES= patch1:test set to values such as 2, 3, 4, 41 or 42. - - WITHOUT_GETTEXT - - If set, says that internationalization is not - needed, which can save compile time. By default, - internalization is used. - - WITH_MYSQL @@ -3378,6 +3370,14 @@ PATCHFILES= patch1:test set to values such as 323, 40, 41, or 50. + + WITHOUT_NLS + + If set, says that internationalization is not + needed, which can save compile time. By default, + internalization is used. + + WITH_OPENSSL_BASE