Skip to content

Commit

Permalink
* configure.ac: Remove check of AX_CXX_COMPILE_STDCXX([11]).
Browse files Browse the repository at this point in the history
  • Loading branch information
arakiken committed Jan 19, 2025
1 parent 5bff7dc commit f2683ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ AS_IF([test x"$PROTOC" = x],
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

# Protobuf 3.6+ requires C++11.
AS_IF([pkg-config --atleast-version 3.6.0 protobuf],
[AX_CXX_COMPILE_STDCXX([11])])
#AS_IF([pkg-config --atleast-version 3.6.0 protobuf],
# [AX_CXX_COMPILE_STDCXX([11])])

WARNING_CXXFLAGS=""
PICKY_CXXFLAGS=""
Expand Down

0 comments on commit f2683ce

Please sign in to comment.