summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-25 11:01:07 +0000
committerUlf Möller <ulf@openssl.org>1999-04-25 11:01:07 +0000
commit8e945b5efb24927387154dd6d50a04a5bf786463 (patch)
tree64526281c4b608d7efec6016dc278cb7c2127fc7 /Configure
parentcd46aa4ae7e2482716aa3b8a4b0787613e485e08 (diff)
Submitted by:
Reviewed by: PR:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index c1d906dbdb..58fa5f204c 100755
--- a/Configure
+++ b/Configure
@@ -479,7 +479,7 @@ open(OUT,'>crypto/opensslconf.h') || die "unable to create crypto/opensslconf.h:
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/)