fix fipscanisteronly autodetect
diff --git a/Configure b/Configure
index 88d87a5..eca6dcf 100755
--- a/Configure
+++ b/Configure
@@ -710,7 +710,7 @@
 my @experimental = ();
 
 # If ssl directory missing assume truncated FIPS tarball
-if (! -d ssl)
+if (!-d "ssl")
 	{
 	print STDERR "Auto Configuring fipsonly\n";
 	$fips = 1;
@@ -1124,6 +1124,7 @@
 
 if ($fipscanisteronly == 2)
 	{
+print STDERR "ADDING FIPSSYM\n";
 	$exp_cflags .= " -DOPENSSL_FIPSSYMS";
 	}