Changeset: 2f9820b43eef for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f9820b43eef
Modified Files:
configure.ag
Branch: Aug2011
Log Message:
removed obsolete references to --with-perl-incdir & --with-perl-library:
changeset 1de9069bd830 removed configure options --with-perl-incdir &
--with-perl-library;
hence, we also remove the remaining (now obsolete) references to them.
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1339,7 +1339,7 @@
case "$have_perl_libdir" in
yes|auto)
if test x$cross_compiling = xyes; then
- AC_MSG_ERROR([Must specify --with-perl-incdir
--with-perl-libdir --with-perl-library when cross compiling])
+ AC_MSG_ERROR([Must specify --with-perl-libdir
when cross compiling])
fi
PERL_LIBDIR=`"$PERL" -MConfig -e
'$x=$Config{installvendorarch}; $x =~ s|$Config{vendorprefix}/||; print $x;'
2>/dev/null`
;;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list