iperf: fix a typo that broke the single-threaded variant
authorFelix Fietkau <nbd@openwrt.org>
Thu, 27 Jan 2011 15:38:52 +0000 (15:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 27 Jan 2011 15:38:52 +0000 (15:38 +0000)
SVN-Revision: 25151

net/iperf/Makefile

index 473c0625d36c55819649c3300dbd61a1bada1b3e..b1bd59f809383b06788dd86fe5261b129268f276 100644 (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