From 904a592ff51ff40afd2a96fb492e47f3628d94a9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 22 May 2014 00:36:14 +0200 Subject: do ramp translations in the façade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1e92543..3fd389f 100755 --- a/configure +++ b/configure @@ -139,7 +139,7 @@ if [ ${enable_quartz} = 1 ]; then fi if [ ${fake_w32gdi} = 1 ]; then echo 'LIBOBJ += fake-w32-gdi' >&3 - echo 'DEFINITIONS += -FAKE_GAMMA_METHOD_W32_GDI' >&3 + echo 'DEFINITIONS += -DFAKE_GAMMA_METHOD_W32_GDI' >&3 echo '#define FAKE_GAMMA_METHOD_W32_GDI' >&4 if [ ${enable_randr} = 1 ]; then have_w32gdi='Yes, fake via the RandR protocol for X' @@ -149,7 +149,7 @@ if [ ${fake_w32gdi} = 1 ]; then fi if [ ${fake_quartz} = 1 ]; then echo 'LIBOBJ += fake-quartz-cg' >&3 - echo 'DEFINITIONS += -FAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&3 + echo 'DEFINITIONS += -DFAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&3 echo '#define FAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&4 if [ ${enable_randr} = 1 ]; then have_quartz='Yes, fake via the RandR protocol for X' -- cgit v1.2.3-70-g09d2