You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-au...

13 lines
548 B

diff -burN libmateweather-1.5.1.orig/configure.ac libmateweather-1.5.1/configure.ac
--- libmateweather-1.5.1.orig/configure.ac 2013-02-04 15:53:55.420890494 +0100
+++ libmateweather-1.5.1/configure.ac 2013-02-04 15:55:19.618967277 +0100
@@ -215,7 +215,7 @@
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()