diff options
author | Benjamin Otte <otte@gnome.org> | 2009-12-19 18:37:39 +0100 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-12-19 18:37:39 +0100 |
commit | 9e7c91bf83fd21a559b5658d02a1466deb4de919 (patch) | |
tree | 902bdd9c3107a5023bc57190d1cb1b62cb10c464 /configure.in | |
parent | ff1343a594383e0d88b1aecdf34025dd3ee36ed6 (diff) | |
download | gtk+-9e7c91bf83fd21a559b5658d02a1466deb4de919.tar.gz |
Fix up linker flags
This adds LDFLAGS everywhere where they were previously pulled in via
other libraries. This is however unsupported by modern linkers.
You can trigger these failures by building with gold (or, I'm told, with
very new ld).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 26d752d454..d5a83b0e9e 100644 --- a/configure.in +++ b/configure.in @@ -582,6 +582,7 @@ case $host in ;; esac +AC_SUBST(MATH_LIB) # # see bug 162979 # |