projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b685e
)
fix
author
Morgan Deters
<mdeters@gmail.com>
Tue, 25 Sep 2012 20:32:18 +0000
(20:32 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Tue, 25 Sep 2012 20:32:18 +0000
(20:32 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 30284b3f9568c18ddbdd9421d4208356346e7784..dc62970f1e8662ff5232cdfbe63cfe8a84cf0156 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-721,8
+721,8
@@
AC_MSG_CHECKING([for the relationship between long and int64_t])
AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
#include <stdint.h>
-void foo(long)
;
-void foo(int64_t)
;
])],
+void foo(long)
{}
+void foo(int64_t)
{}
])],
[AC_MSG_RESULT([no relationship detected]); CVC4_NEED_INT64_T_OVERLOADS=1],
[AC_MSG_RESULT([typedef or similar]); CVC4_NEED_INT64_T_OVERLOADS=0])
AC_LANG_POP([C++])