From 457429b40448703bbc251698f71ed025ddd31ff5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Oct 2000 16:16:29 +0000 Subject: Always include for glibc. --- posix/getopt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'posix') diff --git a/posix/getopt.c b/posix/getopt.c index a6d2d04..c981553 100644 --- a/posix/getopt.c +++ b/posix/getopt.c @@ -77,9 +77,8 @@ #endif #ifndef _ -/* This is for other GNU distributions with internationalized messages. - When compiling libc, the _ macro is predefined. */ -# ifdef HAVE_LIBINTL_H +/* This is for other GNU distributions with internationalized messages. */ +# if defined HAVE_LIBINTL_H || defined _LIBC # include # define _(msgid) gettext (msgid) # else -- cgit v1.1