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

Typo.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2782,7 +2782,7 @@ AC_TYPE_OFF_T
 
 AC_CHECK_TYPES([__int64, long long])
 have_hge=no
-why_have_hge-'(no 128-bit integer type found)'
+why_have_hge='(no 128-bit integer type found)'
 AC_CHECK_TYPES([__int128, __int128_t, __uint128_t], [have_hge=yes; 
why_have_hge=''])
 AM_CONDITIONAL(HAVE_HGE, test "x$have_hge" = xyes)
 AC_CHECK_TYPES([ptrdiff_t],,,[#include <stddef.h>
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to