*** empty log message ***

This commit is contained in:
bdc 1995-11-03 00:38:31 +00:00
parent 7ff0032887
commit 4da524bd96
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -864,8 +864,8 @@ EOF
## Linux ## Linux
*-*-linux* ) *-*-linux* )
dir=linux dir=linux
# both gross, but needed for some older a.out systems # gross, but needed for some older a.out systems for 0.4.x
LIBS=-lm -lc LIBS=-lc
echo $ac_n "checking for Linux using ELF""... $ac_c" 1>&6 echo $ac_n "checking for Linux using ELF""... $ac_c" 1>&6
if eval "test \"`echo '$''{'scsh_cv_linux_elf'+set}'`\" = set"; then if eval "test \"`echo '$''{'scsh_cv_linux_elf'+set}'`\" = set"; then

View File

@ -248,8 +248,8 @@ case "$host" in
## Linux ## Linux
*-*-linux* ) *-*-linux* )
dir=linux dir=linux
# both gross, but needed for some older a.out systems # gross, but needed for some older a.out systems for 0.4.x
LIBS=-lm -lc LIBS=-lc
SCSH_LINUX_ELF SCSH_LINUX_ELF
;; ;;