[Xfce4-commits] <xfconf:master> Check for perl outside bindings option for alias script (bug #6481).

Nick Schermer noreply at xfce.org
Mon May 31 22:32:01 CEST 2010


Updating branch refs/heads/master
         to 503d1034742498dafd970ee495e8326e265a9bc7 (commit)
       from 93a06e88c2083b7c72ffe139ead2b8a9c5a5e05c (commit)

commit 503d1034742498dafd970ee495e8326e265a9bc7
Author: Nick Schermer <nick at xfce.org>
Date:   Mon May 31 22:29:19 2010 +0200

    Check for perl outside bindings option for alias script (bug #6481).

 configure.ac.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index ca031b9..0d63c8f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -71,6 +71,9 @@ XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
 XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.0.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.72])
 
+dnl check for perl bindings for --disable-perl-bindings and make-exo-alias.pl
+AC_PATH_PROGS([PERL], [perl5.8 perl5.6 perl5 perl])
+
 dnl see if we can build the perl bindings
 AC_ARG_ENABLE([perl-bindings],
               [AC_HELP_STRING([--disable-perl-bindings],
@@ -80,7 +83,6 @@ PERL_GLIB_REQUIRED_VERSION=1.020
 PERL_EXTUTILS_DEPENDS_REQUIRED_VERSION=0.300
 PERL_EXTUTILS_PKGCONFIG_REQUIRED_VERSION=1.000
 if test "x$use_perl" != "xno"; then
-    AC_PATH_PROGS([PERL], [perl5.8 perl5.6 perl5 perl])
     if test "$PERL"; then
         # we need Glib, as well as a few support modules
         AC_MSG_CHECKING([for perl modules: ExtUtils::Depends, ExtUtils::PkgConfig, Glib])



More information about the Xfce4-commits mailing list