projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd46aa4
)
Submitted by:
author
Ulf Möller
<ulf@openssl.org>
Sun, 25 Apr 1999 11:01:07 +0000
(11:01 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sun, 25 Apr 1999 11:01:07 +0000
(11:01 +0000)
Reviewed by:
PR:
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index c1d906dbdb59c03cff699bc395f0c5ac3b644ebe..58fa5f204c07adc7241144ab01d7bdabd8791eaf 100755
(executable)
--- 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/)