[Xfce4-commits] [xfce/xfconf] 01/02: Disable perl bindings by default

noreply at xfce.org noreply at xfce.org
Thu Jun 27 15:34:08 CEST 2019


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 7dbbf7c444d6013248f1b917151249bcc0c61676
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Thu Jun 27 15:19:55 2019 +0200

    Disable perl bindings by default
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 2f95255..ebe0dfd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -101,7 +101,7 @@ dnl see if we can build the perl bindings
 AC_ARG_ENABLE([perl-bindings],
               [AC_HELP_STRING([--disable-perl-bindings],
                               [Don't try to build the perl bindings (default=auto)])],
-              [use_perl=$enableval], [use_perl=auto])
+              [use_perl=$enableval], [use_perl=no])
 PERL_GLIB_REQUIRED_VERSION=1.020
 PERL_EXTUTILS_DEPENDS_REQUIRED_VERSION=0.300
 PERL_EXTUTILS_PKGCONFIG_REQUIRED_VERSION=1.000

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list