mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
configure.ac: remove protobuf-c-rpc
This commit is contained in:
parent
e8a55cf186
commit
410a5b8e4e
@ -12,7 +12,7 @@ AM_SILENT_RULES([yes])
|
||||
LT_INIT
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_FILES([Makefile protobuf-c/libprotobuf-c.pc protobuf-c-rpc/libprotobuf-c-rpc.pc])
|
||||
AC_CONFIG_FILES([Makefile protobuf-c/libprotobuf-c.pc])
|
||||
|
||||
AC_CHECK_HEADERS(alloca.h)
|
||||
AC_CHECK_HEADERS(inttypes.h)
|
||||
@ -40,12 +40,6 @@ PKG_CHECK_MODULES([protobuf], [protobuf])
|
||||
AC_LANG_PUSH([C++])
|
||||
AC_PATH_PROG(PROTOC, protoc)
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[rpc],
|
||||
AS_HELP_STRING([--enable-rpc], [Enable building the protobuf-c rpc library])
|
||||
)
|
||||
AM_CONDITIONAL([BUILD_RPC], [test "x$enable_rpc" = "xyes"])
|
||||
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
AC_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user