diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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() |