summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 66a8fe3..fb8bb33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,8 +282,8 @@ AM_COND_IF([ASM],
)
AM_COND_IF([ENABLE_LARGE_TILES],
- [AC_DEFINE(CONFIG_LARGE_TILES, 1, [use large tiles])]
- [AC_DEFINE(CONFIG_LARGE_TILES, 0, [use small tiles])],
+ [AC_DEFINE(CONFIG_LARGE_TILES, 1, [use large tiles])],
+ [AC_DEFINE(CONFIG_LARGE_TILES, 0, [use small tiles])]
)
## Setup output beautifier.