]> granicus.if.org Git - curl/commit
symbol-scan.pl: do not require autotools
authorPeter Wu <peter@lekensteyn.nl>
Thu, 6 Nov 2014 00:32:46 +0000 (01:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Nov 2014 08:09:44 +0000 (09:09 +0100)
commitdd469eec407d0fac7cd16b2899fa7a3da85b9460
treeb5daa69bea461b20c05aa1cc8dd2f1269c4257b4
parent17d27805f9e68fb3fa62e1ed817d2b9f44885ee2
symbol-scan.pl: do not require autotools

Makes test1119 pass when building with cmake.

configurehelp.pm is generated by configure (autotools). As cmake does
not provide a separate variable for the C preprocessor, default to cpp.
Before commit ef24ecde68a5f577a7f0f423a767620f09a0ab16 ("symbol-scan:
use configure script knowledge about how to run the C preprocessor"),
this tool would also use 'cpp'.

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
tests/symbol-scan.pl