Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 16:28:04 +0000 (16:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 16:28:04 +0000 (16:28 +0000)
Part of PR 75

Configure

index ef3e3d33d200f36cfdd983110bfe9567d0c807f0..d13f5424e49cff1299d678e4e918abe79243324c 100755 (executable)
--- 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 <simon@zid.tuwien.ac.at>
 "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::",