]> granicus.if.org Git - curl/commit
configure: stop prepending to LDFLAGS, CPPFLAGS
authorJay Satiro <raysatiro@yahoo.com>
Mon, 24 Apr 2017 07:13:28 +0000 (03:13 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 25 Apr 2017 07:25:41 +0000 (03:25 -0400)
commit338f427a24f78a717888c7c2b6b91fa831bea28e
treecb1e6a6d1825a9985f9425dda45f6beedbb324db
parent93567071b744975e191c5732d9cbe4b0d529f4c9
configure: stop prepending to LDFLAGS, CPPFLAGS

- Change prepends to appends because user's LDFLAGS and CPPFLAGS should
  always come first so they're searched before ours.

Bug: https://github.com/curl/curl/issues/1420
Reported-by: Helmut K. C. Tessarek
configure.ac
m4/curl-confopts.m4