cs: fix racketcs linking configure for Linux
This commit is contained in:
parent
f8e6b22544
commit
76f868f287
1
racket/src/cs/c/configure
vendored
1
racket/src/cs/c/configure
vendored
|
@ -3660,7 +3660,6 @@ case "$host_os" in
|
|||
;;
|
||||
linux*)
|
||||
MACH_OS=le
|
||||
LIBS="${LIBS} -lncurses"
|
||||
;;
|
||||
osf1*)
|
||||
;;
|
||||
|
|
|
@ -151,7 +151,6 @@ case "$host_os" in
|
|||
;;
|
||||
linux*)
|
||||
MACH_OS=le
|
||||
LIBS="${LIBS} -lncurses"
|
||||
;;
|
||||
osf1*)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user