summaryrefslogtreecommitdiff
path: root/pixman/pixman-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman-cpu.c')
-rw-r--r--pixman/pixman-cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-cpu.c b/pixman/pixman-cpu.c
index 17060b1..9112278 100644
--- a/pixman/pixman-cpu.c
+++ b/pixman/pixman-cpu.c
@@ -581,7 +581,7 @@ _pixman_choose_implementation (void)
imp = _pixman_implementation_create_general();
imp = _pixman_implementation_create_fast_path (imp);
-#ifdef USE_ORC
+#ifdef HAVE_ORC
return _pixman_implementation_create_orc ();
#endif
#ifdef USE_MMX