Skip to content

Commit 05c5dd5

Browse files
monneratraveit65
authored andcommitted
Report effective Python version and library location at the end of configure
1 parent 98f55b6 commit 05c5dd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎configure.ac‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ AC_OUTPUT([
113113
echo
114114
echo " caja-python $PACKAGE_VERSION"
115115
echo
116-
echo " Caja Prefix: ${prefix}"
117-
echo " Documentation: ${enable_gtk_doc}"
116+
echo " Caja Prefix: ${prefix}"
117+
echo " Python version: ${PYTHON_VERSION}"
118+
echo " Python library location: ${PYTHON_LIB_LOC}"
119+
echo " Documentation: ${enable_gtk_doc}"
118120
echo

0 commit comments

Comments
 (0)