config_query_option ASK "Enable the build of the libusb sniffer?" y \
				"EMPTY1" \
				"--without-usb-sniffer" &&
config_query_option ASK "Enable the debugger layer?" y \
				"EMPTY2" \
				"--without-debugger" &&
config_query_option ASK "Build the java api?" n \
				"--with-java" \
				"EMPTY3" &&
config_query_option ASK "Build the wii plugin for usbgecko?" n \
				"--with-wii" \
				"EMPTY4" &&
config_query_option ASK "Enable the win32 framework (mingw32)?" n \
				"--enable-w32" \
				"EMPTY5" &&
config_query_option ASK "Build the syscall proxy plugin?" n \
				"--with-sysproxy" \
				"EMPTY6"
