pidgin/pidgin

Parents 752e936d11ef
Children 694ec370d84a
Fix __APPLE_CC__ to not to be defined on all platforms at the cost of a build warning from libintl.h
(the #define was added in c7a49364ce5f)
--- a/libpurple/internal.h Fri Jun 17 21:52:02 2016 -0400
+++ b/libpurple/internal.h Fri Jun 17 22:11:30 2016 -0400
@@ -47,9 +47,6 @@
*/
#ifdef ENABLE_NLS
# include <locale.h>
-# ifndef __APPLE_CC__
-# define __APPLE_CC__ 0
-# endif
# include <libintl.h>
# define _(String) ((const char *)dgettext(PACKAGE, String))
# ifdef gettext_noop