diff options
| author | Thibaud CANALE <[email protected]> | 2026-01-11 11:45:54 +0100 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-01-11 19:08:25 +0000 |
| commit | 636cd88ac33b7e54fad01b616e6dc8875b0e32ea (patch) | |
| tree | 584b5eed29c4bd0c77c8f62812e08eb9d9d48d32 | |
| parent | dcd6be514a3d7e5d0a3f935a21a9af70cd62a86a (diff) | |
| download | libmateweather-master.tar.bz2 libmateweather-master.tar.xz | |
Original author: Sam James <[email protected]>
Bug: https://bugs.gentoo.org/968600
Signed-off-by: Thibaud CANALE <[email protected]>
| -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 |
