Remove --disable-userspace "configure" option, since it breaks "make dist".
[openvswitch] / Makefile.am
index 59ffc1939d3575cb565de2fa44e05e06284a1b49..e9789856d06d36b50af1eca3ddd6bd31b36acf8c 100644 (file)
@@ -9,7 +9,6 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = datapath
 
-if ENABLE_USERSPACE
 AM_CPPFLAGS = $(SSL_CFLAGS)
 AM_CPPFLAGS += $(NCURSES_CFLAGS)
 AM_CPPFLAGS += $(PCRE_CFLAGS)
@@ -70,4 +69,3 @@ if HAVE_PCRE
 include extras/ezio/automake.mk
 endif
 endif
-endif # ENABLE_USERSPACE