sed -e "s/-lldap//" -i x2goclient.pro || die
sed -e "s/#define USELDAP//" -i src/x2goclientconfig.h || die
fi
if has_version \>=net-libs/libssh-0.8.0 ; then
sed 's@ -lssh_threads@@' -i x2goclient.pro || die
}
src_configure() {