]> git.pld-linux.org Git - packages/cracklib.git/blob - cracklib-python3.patch
- updated to 2.9.11
[packages/cracklib.git] / cracklib-python3.patch
1 --- cracklib-2.9.11.orig/configure.ac   2019-03-03 17:49:19.000000000 +0000
2 +++ cracklib-2.9.11/configure.ac        2022-02-26 23:30:53.361504964 +0000
3 @@ -72,7 +72,7 @@ AC_ARG_WITH(python,
4  AS_HELP_STRING([--without-python],[Build a python module @<:@default=auto@:>@]),
5  build_python=$withval,build_python=auto)
6  if test "$build_python" != no ; then
7 -   AM_PATH_PYTHON(,,
8 +   AM_PATH_PYTHON([3],,
9                    [if test "$build_python" != yes ; then
10                        AC_MSG_WARN([python was not found, continuing])
11                        build_python=no
This page took 0.08051 seconds and 3 git commands to generate.