undef gettext macro to fix build

SVN revision: 77583
This commit is contained in:
Mike Blumenkrantz 2012-10-08 17:48:38 +00:00
parent f7b644ecb0
commit 8c8a956237
1 changed files with 2 additions and 3 deletions

View File

@ -23,9 +23,8 @@
# define PA_MACHINE_ID "/var/lib/dbus/machine-id"
#endif
#ifndef _
# define _(X) (X)
#endif
#undef _
#define _(X) (X)
#undef DBG
#undef INF