iperf: fix a typo that broke the single-threaded variant

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25151 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-01-27 15:38:52 +00:00
parent 400eb73621
commit 2fce6f6ec4

View File

@ -60,7 +60,7 @@ endef
CONFIGURE_ARGS += --disable-multicast
CONFIGURE_VARS += ac_cv_func_malloc_0_nonnull=yes
ifeq ($(BUILD_VARIANT),st)
ifeq ($(BUILD_VARIANT),single)
CONFIGURE_ARGS += --disable-threads
else
CONFIGURE_ARGS += --enable-threads=posix