Skip to content

Commit

Permalink
fix: spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoeniwx committed Sep 6, 2023
1 parent 6da4552 commit fbe6ed1
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 @@ -64,8 +64,8 @@
#check el9, add -DEL9_PlATFORM for el9
is_el9=`cat /proc/version | grep el9`
if test "$is_el9" != ""; then
AM_CXXFLAGS="${AM_CXXFLAGS} -DEL9_PlATFORM"
AM_CXXFLAGS="${AM_CXXFLAGS} -DEL9_PlATFORM"
AM_CXXFLAGS="${AM_CXXFLAGS} -DEL9_PLATFORM"
AM_CFLAGS="${AM_CFLAGS} -DEL9_PLATFORM"
fi

#check gcc version, add -Wno-ignored-qualifiers flag for gcc version greater than 4.3.0
Expand Down

0 comments on commit fbe6ed1

Please sign in to comment.