*** empty log message ***
This commit is contained in:
parent
7ff0032887
commit
4da524bd96
|
@ -864,8 +864,8 @@ EOF
|
|||
## Linux
|
||||
*-*-linux* )
|
||||
dir=linux
|
||||
# both gross, but needed for some older a.out systems
|
||||
LIBS=-lm -lc
|
||||
# gross, but needed for some older a.out systems for 0.4.x
|
||||
LIBS=-lc
|
||||
|
||||
echo $ac_n "checking for Linux using ELF""... $ac_c" 1>&6
|
||||
if eval "test \"`echo '$''{'scsh_cv_linux_elf'+set}'`\" = set"; then
|
||||
|
|
|
@ -248,8 +248,8 @@ case "$host" in
|
|||
## Linux
|
||||
*-*-linux* )
|
||||
dir=linux
|
||||
# both gross, but needed for some older a.out systems
|
||||
LIBS=-lm -lc
|
||||
# gross, but needed for some older a.out systems for 0.4.x
|
||||
LIBS=-lc
|
||||
SCSH_LINUX_ELF
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue