Submitted by:
Reviewed by:
PR:
diff --git a/Configure b/Configure
index c1d906d..58fa5f2 100755
--- a/Configure
+++ b/Configure
@@ -479,7 +479,7 @@
 while (<IN>)
 	{
 	if	(/^#define\s+OPENSSLDIR/)
-		{ print OUT "#define OPENSSLDIR $openssldir\n"; }
+		{ print OUT "#define OPENSSLDIR \"$openssldir\"\n"; }
 	elsif	(/^#((define)|(undef))\s+SIXTY_FOUR_BIT_LONG/)
 		{ printf OUT "#%s SIXTY_FOUR_BIT_LONG\n",($b64l)?"define":"undef"; }
 	elsif	(/^#((define)|(undef))\s+SIXTY_FOUR_BIT/)