[Nbd-commits] [NetworkBlockDevice/nbd] 00cef3: Fix build without GnuTLS
Brought to you by:
yoe
|
From: GitHub <no...@gi...> - 2017-12-08 22:59:35
|
Branch: refs/heads/master Home: https://github.com/NetworkBlockDevice/nbd Commit: 00cef30a5df6bf8652145b1a951acdfe14fcad40 https://github.com/NetworkBlockDevice/nbd/commit/00cef30a5df6bf8652145b1a951acdfe14fcad40 Author: Wouter Verhelst <w...@ut...> Date: 2017-12-08 (Fri, 08 Dec 2017) Changed paths: M Makefile.am Log Message: ----------- Fix build without GnuTLS When GnuTLS was not detected, the Makefile went through a code path that did not define PROG_NAME. Since the code tries to dereference it anyway, that resulted in compilation failures. Fix by defining it. While at it, also define NOTLS, since that seems prudent. Fixes gh-63. |