1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-02-05 07:55:23 +00:00

Offer configure option to disable VDE.

This commit is contained in:
Olaf Seibert
2016-01-24 11:45:32 +01:00
parent 06d8ca1a56
commit 8cfece4ef4
2 changed files with 19 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
# error "A bridge is useless without a TAP device... configuration error!"
#endif
#if HAVE_LIBVDEPLUG_H && HAVE_LIBVDEPLUG
#if HAVE_LIBVDEPLUG_H && HAVE_LIBVDEPLUG && (!defined(KLH10_NET_VDE) || KLH10_NET_VDE)
# include <libvdeplug.h>
# define KLH10_NET_VDE 1
#endif