Skip to content

Commit

Permalink
Merge pull request #137 from torognes/autotools
Browse files Browse the repository at this point in the history
disable default CXXFLAGS
  • Loading branch information
torognes committed Nov 2, 2015
2 parents 406c743 + f522e89 commit 7063627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ AC_LANG([C++])
AC_CONFIG_SRCDIR([src/vsearch.cc])
AC_CONFIG_HEADERS([config.h])

# disable default CXXFLAGS
if test -z $CXXFLAGS; then
CXXFLAGS=''
fi

# Checks for programs.
AC_PROG_CXX
AC_PROG_RANLIB
Expand Down

0 comments on commit 7063627

Please sign in to comment.