If --prefix="C:\foo\bar" is supplied to Configure for a windows target,
authorGeoff Thorpe <geoff@openssl.org>
Thu, 10 Jul 2008 20:08:47 +0000 (20:08 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 10 Jul 2008 20:08:47 +0000 (20:08 +0000)
commitf9afd9f861bc7b5fc1ae32ceff15572ef73cbbec
tree43b0de6f2258f7632b4a89f3a1a4ffb7917de2ea
parentd4cdbab99b8ead6ae2462d6b452f8b2462ca8733
If --prefix="C:\foo\bar" is supplied to Configure for a windows target,
then the backslashes need escaping to avoid being treated as switches in
the auto-generated strings in opensslconf.h. Perl users are welcome to
suggest a less hokey way of doing this ...
Configure