From 889706cbc739358c2a0aac2ba6bc054fdc8e048b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 10 Feb 2015 19:39:45 +0100 Subject: SPEC: Build python3 bindings on available platforms Resolves: https://fedorahosted.org/sssd/ticket/2574 Reviewed-by: Stephen Gallagher --- src/conf_macros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_macros.m4') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index ff49f8442..9ed0a4c44 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -383,7 +383,7 @@ AC_DEFUN([WITH_PYTHON3_BINDINGS], [Whether to build python3 bindings [yes]]) ], [], - [with_python3_bindings=no] + [with_python3_bindings=yes] ) if test x"$with_python3_bindings" = xyes; then AC_SUBST([HAVE_PYTHON3_BINDINGS], [1]) -- cgit