Skip to content
Snippets Groups Projects
Commit dcf75c8f authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Check for xdr_int(), xdr_int32_t(), xdr_int64_t().
parent d81d90dc
No related branches found
No related tags found
Loading
...@@ -216,6 +216,9 @@ AC_CHECK_HEADERS([unistd.h X11/Xlib.h X11/Xutil.h],, ...@@ -216,6 +216,9 @@ AC_CHECK_HEADERS([unistd.h X11/Xlib.h X11/Xutil.h],,
[AC_MSG_ERROR([Exiting...])]) [AC_MSG_ERROR([Exiting...])])
AC_CHECK_HEADERS([rpc/xdr.h],,[AC_MSG_ERROR([Exiting...])]) AC_CHECK_HEADERS([rpc/xdr.h],,[AC_MSG_ERROR([Exiting...])])
# xdr_intXX_t() functions (i.e. processor independent type sizes)
AC_CHECK_FUNCS([xdr_int32_t xdr_int64_t xdr_int])
# Checks for typedefs, structures, and compiler characteristics. # Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST AC_C_CONST
AC_TYPE_SIZE_T AC_TYPE_SIZE_T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment