Compare commits
2 Commits
master
...
elextr-pat
Author | SHA1 | Date | |
---|---|---|---|
|
10b14dc88e | ||
|
6a0a5a7641 |
@ -21,7 +21,7 @@ AC_DEFUN([GEANY_CHECK_GTKDOC_HEADER],
|
|||||||
[test "x$geany_enable_gtkdoc_header" != "xno"],
|
[test "x$geany_enable_gtkdoc_header" != "xno"],
|
||||||
[
|
[
|
||||||
dnl python
|
dnl python
|
||||||
AM_PATH_PYTHON([2.7], [have_python=yes], [have_python=no])
|
AM_PATH_PYTHON([3], [have_python=yes], [have_python=no])
|
||||||
dnl lxml module
|
dnl lxml module
|
||||||
AS_IF([test "x$have_python" = xyes],
|
AS_IF([test "x$have_python" = xyes],
|
||||||
[have_python_and_lxml=yes
|
[have_python_and_lxml=yes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright 2015 The Geany contributors
|
# Copyright 2015 The Geany contributors
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user