CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Apr 2013 21:37:56 +0000 (23:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Apr 2013 21:37:56 +0000 (23:37 +0200)
commit7b074a460b64811e35fbf065bf1133dda976bd71
tree319f464404528956c1402f565301ddeac77286eb
parent993cdcd6ee1825df94d8097ca2fb3fa20270fce0
CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling

When cross-compiling we can't scan and detect existing files or paths.

Bug: http://curl.haxx.se/mail/lib-2013-04/0294.html
acinclude.m4