X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_i18n.h;h=aaa82ff7c0ffd1a9d7557cf07ccf011e9da510be;hp=16e1e16f78fd7e96cf0f11aa13fb895ab179409c;hb=eb44444f03424eb0a1ce61320e1fd9fe88eb26e1;hpb=3d068765c6b6c8d096e0692f22e5b5e407948b54 diff --git a/src/rrd_i18n.h b/src/rrd_i18n.h index 16e1e16..aaa82ff 100644 --- a/src/rrd_i18n.h +++ b/src/rrd_i18n.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc2 Copyright by Takao Fujiwara, 2008 + * RRDtool 1.3rc3 Copyright by Takao Fujiwara, 2008 ***************************************************************************** * rrd_i18n.h Common Header File *****************************************************************************/ @@ -14,7 +14,7 @@ extern "C" { #ifndef _ /* This is for other GNU distributions with internationalized messages. When compiling libc, the _ macro is predefined. */ -#ifdef HAVE_LIBINTL_H +#if defined(HAVE_LIBINTL_H) && defined(BUILD_LIBINTL) # include #define _(String) gettext (String) #else