repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4bdc2
)
We need the same uint64_t workaround for cygwin as we have for OSX
author
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sun, 17 Jul 2011 06:33:27 +0000
(16:33 +1000)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Sun, 17 Jul 2011 06:33:27 +0000
(16:33 +1000)
since rpcgen on cygwin can not handle hyper either
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 28d29cd96a1e48074c1d219fcfec1ad0ec5e7c2d..309f73fc28fe8134743a832c2abe692c266ff335 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-44,6
+44,9
@@
case $host in
*darwin*)
RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t"
;;
+ *cygwin*)
+ RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t"
+ ;;
*solaris*)
AC_CHECK_HEADERS([sys/filio.h])
if test x$ENABLE_EXAMPLES = xyes; then