Skip to content

Commit

Permalink
fix maintainer mode issue, extra line in paste
Browse files Browse the repository at this point in the history
  • Loading branch information
kdt3rd authored and nickrasmussen committed Aug 8, 2018
1 parent e9da8b3 commit 053b1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyIlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ else
CXXFLAGS="$CXXFLAGS -std=c++11"
else
if test "${cxxstd}" == 03 ; then
AC_DEFINE(ILMBASE_FORCE_CXX03)
CXXFLAGS="$CXXFLAGS -std=c++03"
else
dnl automatically determine...
Expand Down

0 comments on commit 053b1df

Please sign in to comment.