Enlightenment CVS committal

Author  : vapier
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h 


Log Message:
make sure libintl.h exists before including it
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -3 -r1.522 -r1.523
--- E.h 28 Dec 2005 09:59:53 -0000      1.522
+++ E.h 7 Jan 2006 06:48:29 -0000       1.523
@@ -140,7 +140,9 @@
 #include <locale.h>
 #endif
 
+#ifdef HAVE_LIBINTL_H
 #include <libintl.h>
+#endif
 #define _(String) gettext(String)
 #ifdef gettext_noop
 #define N_(String) gettext_noop(String)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to