Changeset: 08320d3e4623 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=08320d3e4623
Modified Files:
        configure.ag
Branch: Apr2011
Log Message:

configure: report OID size, not target bit-width


diffs (21 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -428,7 +428,7 @@
        ;;
 esac
 AC_SUBST(oids)
-AC_MSG_RESULT($bits bits)
+AC_MSG_RESULT($oids bits)
 
 AC_C_BIGENDIAN()
 
@@ -3247,7 +3247,7 @@
 done
 echo
 echo "* Important options:"
-echo "    OID size:   " ${bits} bits
+echo "    OID size:   " ${oids} bits
 echo
 
 dnl give some hints to the user
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to