about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 01:34:02 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 01:34:02 +0100
commit27a842d1cf2b37c197b1a2a927a2ee611348847c (patch)
treeb83e62db2819562046e39ef9e738f464480baf58 /configure.ac
parent47dfa6c3fc6368a908984d8b3a3840276fe3c9c7 (diff)
downloadprofani-tty-27a842d1cf2b37c197b1a2a927a2ee611348847c.tar.gz
Include python plugins by default in build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8d06ecfe..71039dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,12 +71,7 @@ AC_ARG_ENABLE([icons],
 # python
 if test "x$enable_plugins" = xno; then
     AM_CONDITIONAL([BUILD_PYTHON_API], [false])
-#
-# Python plugins are temporary disabled by default, because Profanity doesn't
-# build with all python versions. Change `= xyes` to `!= xno` to enable it by
-# default.
-#
-elif test "x$enable_python_plugins" = xyes; then
+elif test "x$enable_python_plugins" != xno; then
     AS_IF([test "x$PLATFORM" = xosx], [
         AS_IF([test "x$PYTHON_FRAMEWORK" = x], [ PYTHON_FRAMEWORK="/Library/Frameworks/Python.framework" ])
         AC_MSG_NOTICE([Symlinking Python.framework to $PYTHON_FRAMEWORK])