Search
lxdream.org :: lxdream/src/gettext.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gettext.h
changeset 968:6fb1481859a4
prev755:ab873907b00e
author nkeynes
date Sat Jun 13 00:50:48 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Build drivers with library dependencies as shared objects (ie plugins)
file annotate diff log raw
1.1 --- a/src/gettext.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/gettext.h Sat Jun 13 00:50:48 2009 +0000
1.3 @@ -28,7 +28,7 @@
1.4 #endif
1.5
1.6 /* NLS can be disabled through the configure --disable-nls option. */
1.7 -#if ENABLE_NLS
1.8 +#ifdef ENABLE_NLS
1.9
1.10 /* Get declarations of GNU message catalog functions. */
1.11 # include <libintl.h>
.