diff options
author | infirit <[email protected]> | 2013-12-19 00:51:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-19 00:56:33 +0100 |
commit | 61d4b8c31b2073334100e01d8ebe182d765874a1 (patch) | |
tree | 2e094c577ff9a841b22ff533949039794e27b349 | |
parent | 4b73d420838415d69f9e167251aacb601d98b5c9 (diff) | |
download | libmateweather-61d4b8c31b2073334100e01d8ebe182d765874a1.tar.bz2 libmateweather-61d4b8c31b2073334100e01d8ebe182d765874a1.tar.xz |
Fix automagic python support
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dd762cc..9444b48 100644 --- a/configure.ac +++ b/configure.ac @@ -215,7 +215,7 @@ dnl *************************************************************************** AC_ARG_ENABLE(python, [AC_HELP_STRING([--enable-python], [Build libmateweather python bindings])], - [enable_python=yes], + [enable_python=$enableval], [enable_python=no]) if test "$enable_python" = "yes"; then AM_PATH_PYTHON() |