chiark / gitweb /
update TODO
[elogind.git] / configure.ac
index c5fbec5738436d481a2a040829913caf412ad653..03644a6d60af8335e4b7a319394aac1f453c2e36 100644 (file)
@@ -79,6 +79,10 @@ if test -z "$GPERF" ; then
         AC_MSG_ERROR([*** gperf not found])
 fi
 
+# we use python only to build the man page index
+AM_PATH_PYTHON(,, [:])
+AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
+
 CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
         -pipe \
         -Wall \