diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-17 12:50:43 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-17 23:40:42 -0400 |
commit | 1070f974f7a1b6ba012e352b9d635d3902eca244 (patch) | |
tree | a405ab0a9c536da53b8b09e2425d9c63b86bca21 /configure.ac | |
parent | ce39bb6909578017aa10031638e724e038f0b859 (diff) | |
download | systemd-1070f974f7a1b6ba012e352b9d635d3902eca244.tar.gz |
systemd-python: fix iteration
Back in 6a58bf4135 raising stop iteration was removed from the C
code, but wasn't added in the Python counterpart.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1cffbbb7e8..9095be7ca6 100644 --- a/configure.ac +++ b/configure.ac @@ -1005,7 +1005,6 @@ AC_MSG_RESULT([ nss-myhostname: ${have_myhostname} gudev: ${enable_gudev} gintrospection: ${enable_introspection} - keymap: ${enable_keymap} Python: ${have_python} Python Headers: ${have_python_devel} man pages: ${have_manpages} |