Changeset: 190611b2725e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=190611b2725e
Modified Files:
        configure.ag
Branch: RIntegration-default
Log Message:

fixed typo in configure that prevented hard-coding the R path


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2238,7 +2238,7 @@ if test "x$enable_rintegration" != xno; 
                XPATH="$PATH"
                ;;
        /*)
-               XPATH="$enable_rintegragtion"
+               XPATH="$enable_rintegration"
                enable_rintegration=yes
                ;;
        *)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to