From d1a0c96b5b670b890a030d76e76517019373356d Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 19 Dec 2013 00:51:10 +0100 Subject: Fix automagic python support --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7a96385..d87228a 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,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() -- cgit v1.2.1