summaryrefslogtreecommitdiffstats
path: root/contrib/libgnurx
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-10 16:31:46 -0400
committerBradley Sepos <[email protected]>2018-06-17 00:23:34 -0400
commit517ed0030f340d3b8f3f2aee1cbac23f5e9da30a (patch)
tree5e99d507f3cc5bbb3d727d0167e6d14385e80c3b /contrib/libgnurx
parent980795ec6461d49cac26afc7e3a36a2917f84f4e (diff)
contrib: make: Remove --enable-local-autotools and --enable-local-pkgconfig.
Closes #549.
Diffstat (limited to 'contrib/libgnurx')
-rw-r--r--contrib/libgnurx/module.defs5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/libgnurx/module.defs b/contrib/libgnurx/module.defs
index 2db2d5ee1..65f23baa3 100644
--- a/contrib/libgnurx/module.defs
+++ b/contrib/libgnurx/module.defs
@@ -22,8 +22,3 @@ define LIBGNURX.UNINSTALL
$(RM.exe) -f $(CONTRIB.build/)include/regex.h
$(RM.exe) -f $(LIBGNURX.INSTALL.target)
endef
-
-ifeq (1,$(FEATURE.local_pkgconfig))
- LIBGNURX.CONFIGURE.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
- LIBGNURX.BUILD.env += PATH="$(call fn.ABSOLUTE,$(CONTRIB.build/)bin):$(PATH)"
-endif