summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-10 19:39:45 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-25 08:38:47 +0100
commit889706cbc739358c2a0aac2ba6bc054fdc8e048b (patch)
tree776cd62bd92424ecfeff652859c8a0e4d6aa13ff /src/conf_macros.m4
parentb6840554b4eeda395f5460a56df2eac1f3f97397 (diff)
downloadsssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.tar.gz
sssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.tar.xz
sssd-889706cbc739358c2a0aac2ba6bc054fdc8e048b.zip
SPEC: Build python3 bindings on available platforms
Resolves: https://fedorahosted.org/sssd/ticket/2574 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m42
1 files changed, 1 insertions, 1 deletions
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])