mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
configure.ac: Bump min protobuf version to 2.6.0 for oneof parsing support
This commit is contained in:
parent
791b0458bf
commit
2e465cfdc7
@ -47,7 +47,7 @@ AC_ARG_ENABLE([protoc],
|
|||||||
AS_HELP_STRING([--disable-protoc], [Disable building protoc_c (also disables tests)]))
|
AS_HELP_STRING([--disable-protoc], [Disable building protoc_c (also disables tests)]))
|
||||||
if test "x$enable_protoc" != "xno"; then
|
if test "x$enable_protoc" != "xno"; then
|
||||||
AC_LANG_PUSH([C++])
|
AC_LANG_PUSH([C++])
|
||||||
PKG_CHECK_MODULES([protobuf], [protobuf >= 2.5.0])
|
PKG_CHECK_MODULES([protobuf], [protobuf >= 2.6.0])
|
||||||
|
|
||||||
save_CPPFLAGS="$CPPFLAGS"
|
save_CPPFLAGS="$CPPFLAGS"
|
||||||
CPPFLAGS="$save_CPPFLAGS $protobuf_CFLAGS"
|
CPPFLAGS="$save_CPPFLAGS $protobuf_CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user