diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-06 00:19:06 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-06 00:19:06 +1100 |
commit | 79cfd9794ddd5e669eb274a8701d7964a2ce0af5 (patch) | |
tree | 6c6afc2ade0f31961e797f001320385095d4b791 /configure.ac | |
parent | f0d57e3bd8bd93f87b85e15e823878ca0e7c760a (diff) | |
download | mediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.tar.lz mediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.tar.xz mediagoblin-79cfd9794ddd5e669eb274a8701d7964a2ce0af5.zip |
Remove reference to --with-python3.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b75f1c56..bc87de1c 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ dnl and programs. AC_CHECK_PROGS([PYTHON], [python3], [none]) AS_IF([test "x$PYTHON" = xnone], [AC_MSG_FAILURE( - [--with-python3 given but no acceptable python3 could be found])]) + [No acceptable python3 could be found])]) dnl---- dnl With the following set of macros, we implement an option |