projects
/
am-utils-6.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
629ad75
)
undo bad macro testing
author
Erez Zadok
<ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 23:46:03 +0000
(23:46 +0000)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 23:46:03 +0000
(23:46 +0000)
m4/macros/type_rpcvers_t.m4
patch
|
blob
|
history
diff --git
a/m4/macros/type_rpcvers_t.m4
b/m4/macros/type_rpcvers_t.m4
index d2d47a8d413db928dbf5868d3b8363e981802441..d0fa8c14088447ee718bce02eb32aaadebc9282a 100644
(file)
--- a/
m4/macros/type_rpcvers_t.m4
+++ b/
m4/macros/type_rpcvers_t.m4
@@
-2,7
+2,7
@@
dnl ######################################################################
dnl check for type of rpcvers_t (usually in <rpc/types.h>)
AC_DEFUN([AMU_TYPE_RPCVERS_T],
[AC_CHECK_TYPE(rpcvers_t, ,
-
[AC_DEFINE_UNQUOTED(rpcvers_t, unsigned long, [Check if rpcvers_t is defined in <rpc/types.h>])],
+[AC_DEFINE_UNQUOTED(rpcvers_t, unsigned long, [Check if rpcvers_t is defined in <rpc/types.h>])],
[
#ifdef HAVE_RPC_TYPES_H
# include <rpc/types.h>