--- gigedit/trunk/src/gigedit/global.h 2013/09/15 17:55:56 2473 +++ gigedit/trunk/src/gigedit/global.h 2013/09/15 18:16:21 2474 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2007 Andreas Persson + * Copyright (C) 2007-2013 Andreas Persson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -26,7 +26,8 @@ #include -#if HAVE_GETTEXT +//FIXME: for some reason AC GETTEXT check fails on the Mac cross compiler? +#if (HAVE_GETTEXT || defined(__APPLE__)) # include # define _(String) gettext(String) #else