From 8c8a956237e6c2e82c70fc72c423c4e32a5bd1f1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 8 Oct 2012 17:48:38 +0000 Subject: [PATCH] undef gettext macro to fix build SVN revision: 77583 --- src/modules/mixer/pa.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/mixer/pa.h b/src/modules/mixer/pa.h index 3411567b3..b8f4cb278 100644 --- a/src/modules/mixer/pa.h +++ b/src/modules/mixer/pa.h @@ -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