summaryrefslogtreecommitdiffstats
path: root/package/enscript/enscript.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/enscript/enscript.mk')
-rw-r--r--package/enscript/enscript.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/enscript/enscript.mk b/package/enscript/enscript.mk
index 1712560c4c..c6fdc627ce 100644
--- a/package/enscript/enscript.mk
+++ b/package/enscript/enscript.mk
@@ -11,9 +11,9 @@ ENSCRIPT_LICENSE_FILES = COPYING
# Enable pthread threads if toolchain supports threads
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
- ENSCRIPT_CONF_OPT += --enable-threads=pth
+ ENSCRIPT_CONF_OPTS += --enable-threads=pth
else
- ENSCRIPT_CONF_OPT += --disable-threads
+ ENSCRIPT_CONF_OPTS += --disable-threads
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud