diff options
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 777b9bd..9d7de3b 100644 --- a/configure.ac +++ b/configure.ac @@ -41,14 +41,14 @@ GLIB_GSETTINGS AC_ARG_ENABLE(all-translations-in-one-xml, [AS_HELP_STRING([--enable-all-translations-in-one-xml], [Put all translations in a big Locations.xml file (slow to parse)])], - [enable_big_xml=yes], + [enable_big_xml=$enableval], [enable_big_xml=no]) AM_CONDITIONAL(USE_ONE_BIG_XML, test "x$enable_big_xml" = "xyes") AC_ARG_ENABLE(locations-compression, [AS_HELP_STRING([--enable-locations-compression], [Compress Locations.xml files])], - [enable_locations_compression=yes], + [enable_locations_compression=$enableval], [enable_locations_compression=no]) if test "x$enable_locations_compression" = "xyes"; then COMPRESS_EXT=.gz |
