From 8e945b5efb24927387154dd6d50a04a5bf786463 Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Sun, 25 Apr 1999 11:01:07 +0000 Subject: Submitted by: Reviewed by: PR: --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { 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/) -- cgit v1.2.3