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

Configure

index 19f580fcc3328105d602b9c36dfdf0c6004b4735..bce26acd7e3dde99d0e9147b961a160d4c5773fd 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):::::::",