Skip to content

Commit

Permalink
Fix incorrect language standard
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9fff00 committed Feb 8, 2020
1 parent 88861b6 commit b014224
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 @@ -28,8 +28,8 @@ esac

# Checks the flags.
CFLAGS+=" -DIDEVICERESTORE_NOMAIN=1 -DTSSCHECKER_NOMAIN=1"
CXXFLAGS+=" -std=c++11"
CFLAGS+=" -std=c11"
CXXFLAGS+=" -std=gnu++11"
CFLAGS+=" -std=gnu11"

AC_DEFUN([AX_UNPRECIOUS], [
m4_define([_AC_PRECIOUS_VARS], m4_bpatsubst(_AC_PRECIOUS_VARS, [$1], []))
Expand Down

0 comments on commit b014224

Please sign in to comment.