1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00

The tolua++ helper is called tolua++5.1 on some distro

This commit is contained in:
Cesare Tirabassi 2009-12-20 00:58:40 +01:00
parent c72ad5ddc6
commit 52e3cd36c4

View File

@ -257,7 +257,7 @@ if(WANT_LIBXML2)
endif(WANT_LIBXML2)
if(WANT_TOLUA)
find_program(APP_TOLUA tolua++)
find_program(APP_TOLUA NAMES tolua++ tolua++5.1)
if(NOT APP_TOLUA)
message(FATAL_ERROR "Unable to find program 'tolua++'")
endif(NOT APP_TOLUA)