Skip to content

Commit

Permalink
Added stdc++11 to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmrod committed Oct 3, 2018
1 parent aa51223 commit 9579bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AX_PTHREAD()
LIBS="$PTHREAD_LIBS $LIBS"
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"

AX_CXX_COMPILE_STDCXX_11(,mandatory)
#AC_CANONICAL_SYSTEM

case "${host_os}" in
Expand Down

0 comments on commit 9579bc0

Please # to comment.