diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-11-30 16:39:30 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2016-11-30 16:39:30 +0000 |
commit | de683d58cfb792650c2549bf1522f45b03397bd7 (patch) | |
tree | d8e2cbe03b8752f0cefc3969b4336d5bb15b5541 /libobjc/configure | |
parent | 3ba9051e4406f0a996c1087ca1c9305e31790738 (diff) | |
download | gcc-de683d58cfb792650c2549bf1522f45b03397bd7.zip gcc-de683d58cfb792650c2549bf1522f45b03397bd7.tar.gz gcc-de683d58cfb792650c2549bf1522f45b03397bd7.tar.bz2 |
configure.ac: Set BDW_GC_CFLAGS and BDW_GC_LIBS after checking for the existence of the...
2016-11-30 Matthias Klose <doko@ubuntu.com>
* configure.ac: Set BDW_GC_CFLAGS and BDW_GC_LIBS after checking
for the existence of the pkg-config modules.
* Regenerate.
From-SVN: r243037
Diffstat (limited to 'libobjc/configure')
-rwxr-xr-x | libobjc/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/configure b/libobjc/configure index 251ad6b..c617f27 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -11668,6 +11668,8 @@ if test -n "$PKG_CONFIG" && \ test $ac_status = 0; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: using bdw-gc pkg-config module" >&5 $as_echo "using bdw-gc pkg-config module" >&6; } + BDW_GC_CFLAGS=`$PKG_CONFIG --cflags bdw-gc` + BDW_GC_LIBS=`$PKG_CONFIG --libs bdw-gc` else as_fn_error "no --with-target-bdw-gc options and no bdw-gc pkg-config module found" "$LINENO" 5 fi |