*** empty log message ***
This commit is contained in:
parent
7ff0032887
commit
4da524bd96
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue