cs: fix racketcs linking configure for Linux

This commit is contained in:
Matthew Flatt 2018-10-22 20:32:07 -06:00
parent f8e6b22544
commit 76f868f287
2 changed files with 0 additions and 2 deletions

View File

@ -3660,7 +3660,6 @@ case "$host_os" in
;; ;;
linux*) linux*)
MACH_OS=le MACH_OS=le
LIBS="${LIBS} -lncurses"
;; ;;
osf1*) osf1*)
;; ;;

View File

@ -151,7 +151,6 @@ case "$host_os" in
;; ;;
linux*) linux*)
MACH_OS=le MACH_OS=le
LIBS="${LIBS} -lncurses"
;; ;;
osf1*) osf1*)
;; ;;