This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsmithwaterman.
commit af3c1de5645e8f9b47b781f2ac4963d53cf9048b Author: Andreas Tille <[email protected]> Date: Wed Jun 22 14:16:16 2016 +0200 Simplify configure.ac --- debian/patches/autoconf.patch | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/debian/patches/autoconf.patch b/debian/patches/autoconf.patch index 9113c01..a144763 100644 --- a/debian/patches/autoconf.patch +++ b/debian/patches/autoconf.patch @@ -13,7 +13,7 @@ + --- /dev/null +++ b/configure.ac -@@ -0,0 +1,66 @@ +@@ -0,0 +1,53 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + @@ -51,19 +51,6 @@ +CXXFLAGS="$ARG_CXX_FLAGS" +AX_CXXFLAGS + -+AC_MSG_CHECKING([whether C++ compiler works]) -+AC_LANG_PUSH(C++) -+AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ -+#include <vector> -+]], [[]]), [compiler_works='yes'], [compiler_works='no']) -+AC_MSG_RESULT([$compiler_works]) -+AC_LANG_POP() -+if test x$compiler_works = xno -+then -+ AC_MSG_ERROR([No functioning C++ compiler found]) -+fi -+ -+ +AC_SUBST(CXXFLAGS) + +CPPFLAGS="-I\$(top_srcdir) $CPPFLAGS" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsmithwaterman.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
