We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6e6f1 commit 8d2521aCopy full SHA for 8d2521a
1 file changed
src/configure.ac
@@ -1444,7 +1444,8 @@ then
1444
AC_MSG_RESULT([found])
1445
else
1446
AC_MSG_RESULT(no)
1447
- AC_MSG_ERROR([Python pango and cairo modules not found!\ninstall with "sudo apt-get install python3-gi"])
+ AC_MSG_WARN([Python pango and cairo modules not found!])
1448
+ AC_MSG_ERROR([install with "sudo apt-get install python3-gi"])
1449
fi
1450
1451
@@ -1453,7 +1454,8 @@ else
1453
1454
1455
1456
- AC_MSG_ERROR([Python pango and cairo modules not found!\ninstall with "sudo apt-get install python-gtk2"])
1457
1458
+ AC_MSG_ERROR([install with "sudo apt-get install python-gtk2"])
1459
1460
1461
0 commit comments