Skip to content

Commit

Permalink
Fix inverted CXX14 test!
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Sep 5, 2017
1 parent bb0e8b0 commit 259742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ GCCTOOLCHAIN_OPT =
ifneq (${gcctoolchain},)
GCCTOOLCHAIN_OPT = --gcc-toolchain=${gcctoolchain}
endif
ifneq (${enable_cxx14},yes)
ifeq (${enable_cxx14},yes)
CXX14 := yes
endif
conftest: conftest.cxx
Expand Down

0 comments on commit 259742d

Please sign in to comment.