Skip to content

Commit 99cf8c2

Browse files
committed
add python requirement for autoconf (#83)
1 parent 01d80ff commit 99cf8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE([subdir-objects])
1111
AM_EXTRA_RECURSIVE_TARGETS([style enforcestyle])
1212

1313
# Checks for programs.
14-
#AM_PATH_PYTHON([3.6.8])
14+
AM_PATH_PYTHON([3.6.8])
1515

1616
AX_SUMMARIZE_ENV
1717
#AC_PROG_CXX

0 commit comments

Comments
 (0)