mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Mac OS X: Fixed combination of running autogen.sh on Linux and building on Mac OS X
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
d555a68ca6
commit
0a275bd090
@@ -40,6 +40,7 @@ let generate_xdr () =
|
||||
generate_header CStyle LGPLv2plus;
|
||||
|
||||
(* This has to be defined to get around a limitation in Mac OS X's rpcgen. *)
|
||||
pr "%%#include <config.h>\n";
|
||||
pr "#if HAVE_XDR_U_INT64_T\n";
|
||||
pr "#define uint64_t u_int64_t\n";
|
||||
pr "%%#if HAVE_XDR_UINT64_T\n";
|
||||
|
||||
Reference in New Issue
Block a user