about summary refs log tree commit diff
path: root/editor/pamflip/pamflip.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamflip/pamflip.c')
-rw-r--r--editor/pamflip/pamflip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamflip/pamflip.c b/editor/pamflip/pamflip.c
index b1d114c9..ade05601 100644
--- a/editor/pamflip/pamflip.c
+++ b/editor/pamflip/pamflip.c
@@ -78,7 +78,7 @@
 enum xformType {LEFTRIGHT, TOPBOTTOM, TRANSPOSE};
 
 #ifndef SIMD_PBM_TRANSPOSITION
-  #if HAVE_GCC_SSE2 && WANT_SSE && defined(__SSE2__)
+  #if WANT_SSE && defined(__SSE2__)
     #define SIMD_PBM_TRANSPOSITION 1
   #else
     #define SIMD_PBM_TRANSPOSITION 0