]> xenbits.xensource.com Git - unikraft/libs/python3.git/commitdiff
Config.uk: Fix extensions menu
authorCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 24 Oct 2019 14:44:09 +0000 (17:44 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 24 Oct 2019 14:48:04 +0000 (17:48 +0300)
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
Config.uk

index 1bdaef2594c3f43a94b2addc490032d4feb62e8a..8770c230eeac31388545b9a5258d38e74eeb67d9 100644 (file)
--- a/Config.uk
+++ b/Config.uk
@@ -41,12 +41,12 @@ menuconfig LIBPYTHON3_EXTENSIONS
        bool "Extensions"
        default n
 
+if LIBPYTHON3_EXTENSIONS
 if LIBBZIP2
 config LIBPYTHON3_EXTENSION_BZIP2
        bool "bzip2"
        default y
 endif
-if LIBPYTHON3_EXTENSIONS
 config LIBPYTHON3_EXTENSION_EXPAT
        bool "Expat XML parser"
        default y