diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 6c4f484..61d3ca8 100644 --- a/configure.in +++ b/configure.in @@ -23,8 +23,6 @@ if test "$ac_env_CFLAGS_set" != set; then CFLAGS="-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing" fi -AC_ARG_ENABLE(kernel-module, - [ --enable-kernel-module Compile kernel module ]) AC_ARG_ENABLE(lib, [ --enable-lib Compile with library ]) AC_ARG_ENABLE(util, @@ -42,10 +40,6 @@ AC_SUBST(pkgconfigdir) subdirs2="include" -if test "$arch" = linux -a "$enable_kernel_module" != "no"; then - AC_CONFIG_SUBDIRS(kernel) -fi - if test "$enable_lib" != "no"; then subdirs2="$subdirs2 lib"; fi |