Changeset: e6953d38bed6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e6953d38bed6
Modified Files:
        configure.ag
        monetdb5/modules/mal/mal_mapi.c
Branch: default
Log Message:

Merge with Jun2016 branch.


diffs (17 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1147,6 +1147,13 @@ AS_VAR_IF([have_perl], [no],
                        PERL_LIBDIR=`"$PERL" -MConfig -e 
'$x=$Config{installvendorarch}; $x =~ s|$Config{vendorprefix}/||; print $x;' 
2>/dev/null`
                        # On Darwin this starts with a slash, remove it
                        PERL_LIBDIR="${PERL_LIBDIR@%:@/}"
+                       AS_VAR_IF([PERL_LIBDIR], [], [
+                               # if empty (e.g. on FreeBSD) try something else
+                               PERL_LIBDIR=`"$PERL" -MConfig -e 
'$x=$Config{sitelib}; $x =~ s|$Config{prefix}/||; print $x;' 2>/dev/null`
+                                       AS_VAR_IF([PERL_LIBDIR], [], [
+                                               # if still empty, give up
+                                               have_perl=no
+                                               why_have_perl='(cannot 
determine location for files)'])])
                        ],
                [no], [],
                [
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to