aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-22 00:36:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-22 00:36:14 +0200
commit904a592ff51ff40afd2a96fb492e47f3628d94a9 (patch)
tree9f360d427950eeafdf29d5d136719c621a365ca5 /configure
parentmisc awesomeness (diff)
downloadlibgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.gz
libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.bz2
libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.xz
do ramp translations in the façade
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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'