Code

enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
authorrwst <rwst@users.sourceforge.net>
Mon, 19 Jun 2006 08:28:07 +0000 (08:28 +0000)
committerrwst <rwst@users.sourceforge.net>
Mon, 19 Jun 2006 08:28:07 +0000 (08:28 +0000)
src/dialogs/eek-color-def.cpp

index 28231148c381e95d5d8fb0865d9175d370ec4e7d..5a1a883e9f9a26b15bb7611f899adc15837dd688 100644 (file)
@@ -37,7 +37,9 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
+#ifdef HAVE_LIBINTL_H
 #include <libintl.h>
+#endif
 
 #if !defined(_)
 #define _(s) gettext(s)