]> granicus.if.org Git - curl/commit
configure: use cpp -P when needed
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2016 15:26:05 +0000 (16:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2016 15:26:05 +0000 (16:26 +0100)
commitecf953432d8605836ada71ee45e606cc693b93ba
tree02e1d6e3091f52e6b1590c56dffbf39fc1006329
parent7e312bdfddb8135df49e6da8e7759f26ebdf4fa3
configure: use cpp -P when needed

Since gcc 5, the processor output can get split up on multiple lines
that made the configure script fail to figure out values from
definitions. The fix is to use cpp -P, and this fix now first checks if
cpp -P is necessary and then if cpp -P works before it uses that to
extract defined values.

Fixes #719
acinclude.m4