From: Richard Levitte Date: Thu, 27 Jun 2002 16:28:04 +0000 (+0000) Subject: Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR. X-Git-Tag: OpenSSL_0_9_6e~26^2~32 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a9d96b98cb1dffa6edaac4e6a756485dc9d27e2f;hp=ae689b6b2747d240175c12fd0042e0c59bce98fb Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR. Part of PR 75 --- diff --git a/Configure b/Configure index ef3e3d33d2..d13f5424e4 100755 --- a/Configure +++ b/Configure @@ -520,7 +520,7 @@ my %table=( "Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32:cygwin-shared:::.dll", # DJGPP -"DJGPP", "gcc:-I/dev/env/DJDIR/watt32/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L$ENV{DJDIR}/watt32/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::", +"DJGPP", "gcc:-I/dev/env/DJDIR/watt32/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L/dev/env/DJDIR/watt32/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::", # Ultrix from Bernhard Simon "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::",