build: remove repeated KMOD section

This commit is contained in:
Tom Gundersen
2014-08-20 11:25:23 +02:00
parent fdbdf6ec29
commit 413f6df864
Notes: Lennart Poettering 2014-10-24 16:56:21 +02:00
Backport: bugfix

View File

@@ -123,12 +123,6 @@
#define _KMOD_FEATURE_ "-KMOD"
#endif
#ifdef HAVE_KMOD
#define _KMOD_FEATURE_ "+KMOD"
#else
#define _KMOD_FEATURE_ "-KMOD"
#endif
#ifdef HAVE_LIBIDN
#define _IDN_FEATURE_ "+IDN"
#else