When someone configures an out-of-source build, switch to unified
authorRichard Levitte <levitte@openssl.org>
Wed, 17 Feb 2016 02:23:04 +0000 (03:23 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 17 Feb 2016 19:09:33 +0000 (20:09 +0100)
commit95b2ebdf99a5fbf9e1f3f71a5ebd9728d57addf5
tree1e30cbf87ebf5e0377e65ec8ba9afe5e1839da25
parentd918f9cb2d105675728af8be1e14d23208200c24
When someone configures an out-of-source build, switch to unified

For example, this works instead of giving a big error message (note
the lack of '--unified'):

    mkdir ../_build
    (cd ../_build/; ../openssl-src/config; make)

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure