Skip to content

Commit

Permalink
Revert protobuf version detection for now, as suggested in the discus…
Browse files Browse the repository at this point in the history
…sions of #1979
  • Loading branch information
moritzvieli committed Dec 9, 2024
1 parent 2c7c1c5 commit e792f52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/ola.m4
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ AC_REQUIRE_CPP()
PKG_CHECK_MODULES(libprotobuf, [protobuf >= $1])
AC_MSG_CHECKING([protobuf library version])
PROTOBUF_VERSION=`protoc --version | awk '{print [$]2}'`;
AC_MSG_NOTICE([PROTOBUF VERSION $PROTOBUF_VERSION])
PROTOBUF_VERSION=`pkg-config --modversion protobuf`;
AC_MSG_RESULT([$PROTOBUF_VERSION])
AC_SUBST([PROTOBUF_VERSION])
AC_SUBST([libprotobuf_CFLAGS])
Expand Down

0 comments on commit e792f52

Please sign in to comment.