NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
459 stars 119 forks source link

Don't make gnutls and libnl automagic #78

Closed Polynomial-C closed 6 years ago

Polynomial-C commented 6 years ago

Introduce --without-gnutls and --without-libnl configure options so that users can disable gnutls/libnl even if the packages are available on the system. The default is unchanged from before this patch. If no --with(out)-* option has been given on the command line, the macro looks for presence and uses the packages if found.