This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository cnrun.
commit 6d8fc495115931b09ed0d587104c5accf71b5b1d Author: Andrei Zavada <[email protected]> Date: Sun Sep 22 16:06:40 2013 +0300 configure.ac: is it AC_LIB_READLINE or AX_*? --- upstream/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upstream/configure.ac b/upstream/configure.ac index 117fc14..a8519cc 100644 --- a/upstream/configure.ac +++ b/upstream/configure.ac @@ -52,8 +52,8 @@ cxx_version=`$CXX --version | head -n1` AC_OPENMP() -AC_LIB_READLINE -if test x"$ac_cv_lib_readline" = x"no"; then +AX_LIB_READLINE +if test x"$ax_cv_lib_readline" = x"no"; then echo "Required library readline not found" AC_MSG_ERROR( [Missing readline], 2) fi -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/cnrun.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
