From 9774ae3d2d46170de05800b6455a787e8c150ed3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 6 Jul 2016 13:08:46 +0200 Subject: Revert "Save the pkg-config settings in config.status" it's somewhat questionable to save the environment of pkg-config, but not that of many other things we use. additionally, we now have logic to automatically set it up from the sysroot when it's missing. This reverts commit 228392aff231f105116738df6c4286af257407c7. Change-Id: I0612c196c9a5023bb3ef436aebfb87cb46d8cd14 Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 32eb0b8e2f..6fcd53b0c9 100755 --- a/configure +++ b/configure @@ -2003,10 +2003,6 @@ fi'` [ -f "$outpath/config.status" ] && rm -f "$outpath/config.status" echo "#!/bin/sh" > "$outpath/config.status" - [ -n "$PKG_CONFIG_SYSROOT_DIR" ] && \ - echo "export PKG_CONFIG_SYSROOT_DIR=$PKG_CONFIG_SYSROOT_DIR" >> "$outpath/config.status" - [ -n "$PKG_CONFIG_LIBDIR" ] && \ - echo "export PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >> "$outpath/config.status" echo "$CONFIG_STATUS \"\$@\"" >> "$outpath/config.status" chmod +x "$outpath/config.status" fi -- cgit v1.2.3