summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2019-06-27 15:19:55 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2019-06-27 15:19:55 +0200
commit7dbbf7c444d6013248f1b917151249bcc0c61676 (patch)
tree1a69d7aebf063b714d0d60a53b639605c1a7640b /configure.ac.in
parentb8f9b28850a2e64ac44bdca86e62768750bbffeb (diff)
downloadxfconf-7dbbf7c444d6013248f1b917151249bcc0c61676.tar.gz
Disable perl bindings by default
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
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