mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-14 01:07:57 +08:00
Add version check for the protobuf package (needed for allow_alias option to work)
This commit is contained in:
parent
0bba85ec4b
commit
84e41e7329
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*~
|
||||
.*swp
|
||||
*.la
|
||||
*.lo
|
||||
|
@ -45,7 +45,7 @@ AC_ARG_ENABLE(
|
||||
AS_IF(
|
||||
[test "x$enable_protoc" != "xno"],
|
||||
[
|
||||
PKG_CHECK_MODULES([protobuf], [protobuf])
|
||||
PKG_CHECK_MODULES([protobuf], [protobuf >= 2.5.0])
|
||||
AC_LANG_PUSH([C++])
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user