diff options
author | 2014-02-04 15:54:37 +0100 | |
---|---|---|
committer | 2014-02-04 15:54:45 +0100 | |
commit | dc5ee49682b15d687b185401ee606fc08f75c6c8 (patch) | |
tree | b1e89048f77a95c1711583c483fcb55ae27ca867 | |
parent | 161467bc59a45fa43dadfc8045d09f5d9571e13d (diff) | |
download | paludis-dc5ee49682b15d687b185401ee606fc08f75c6c8.tar.gz paludis-dc5ee49682b15d687b185401ee606fc08f75c6c8.tar.xz |
sphinx: Fix link
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bbbf73ee2..37339442d 100644 --- a/configure.ac +++ b/configure.ac @@ -1171,7 +1171,7 @@ AC_MSG_RESULT($enable_python_doc) if test "x$enable_python_doc" = "xyes" ; then AC_CHECK_PROGS(SPHINX_BUILD, [sphinx-build], [no]) if test "x$SPHINX_BUILD" = "xno" ; then - AC_MSG_ERROR([sphinx-build (http://sphinx-doc.com/) is needed to build Python documentation]) + AC_MSG_ERROR([sphinx-build (http://sphinx-doc.org/) is needed to build Python documentation]) fi fi AM_CONDITIONAL([ENABLE_PYTHON_DOC], test "x$enable_python_doc" = "xyes") |