diff options
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 63d467c99872..3aa42fd99a73 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif .if defined(WITH_PYTHON) -USE_PYTHON= yes +USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python .else CONFIGURE_ARGS+= --disable-python |