orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

taskbrowser: fix editline support #65

Closed meyerj closed 6 years ago

meyerj commented 7 years ago

This is a fix for a regression bug reported in #64 and introduced in https://github.com/orocos-toolchain/ocl/pull/7 if the task browser is compiled with editline support.

Signal handling is not available in editline and hence

must not be defined.

Also fixes taskbrowser/CMakeLists.txt which did not check whether editline is actually installed if NO_GPL is set but TASKBROWSER_EDITLINE is not. Both flags result in compilation with editline support.