crypto/sparc_arch.h: reserve more SPARCv9 capability bits.
[openssl.git] / Configure
index 35ac2cc8172e0f6ef5743d1ed19b10a7018a1c79..4a870c0a82b4c8327dbb03d0dfce57efd4b2e90f 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1923,6 +1923,14 @@ or position independent code, please let us know (but please first make sure
 you have tried with a current version of OpenSSL).
 EOF
 
+print <<"EOF" if (-f catfile($srcdir, "configdata.pm") && $srcdir ne $blddir);
+
+WARNING: there are indications that another build was made in the source
+directory.  This build may have picked up artifacts from that build, the
+safest course of action is to clean the source directory and redo this
+configuration.
+EOF
+
 exit(0);
 
 ######################################################################