Changeset: c3144694dbc3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c3144694dbc3
Modified Files:
        buildtools/conf/MonetDB.m4
Branch: default
Log Message:

Merge with Oct2010 branch.


diffs (14 lines):

diff -r 711e95eec056 -r c3144694dbc3 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4        Wed Dec 15 16:31:10 2010 +0100
+++ b/buildtools/conf/MonetDB.m4        Wed Dec 15 19:50:06 2010 +0100
@@ -1411,6 +1411,10 @@
                                        AC_MSG_ERROR([Must specify 
--with-perl-incdir --with-perl-libdir --with-perl-library when cross compiling])
                                fi
                                PERL_LIBS=`"$PERL" -MConfig -e 'print 
"$Config{archlib}/CORE"' 2>/dev/null`
+                               dnl  HACK(?) to find & use proper 32-bit 
libperl on 64-bit system (with default 64-bit perl)
+                               if test "$bits" = "32" ; then
+                                       PERL_LIBS=`echo "$PERL_LIBS" | sed 
's|/lib64/|/lib/|' 2>/dev/null`
+                               fi
                                ;;
                        no)     ;;
                        *)
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to