cs: another fix for racketcs linking configure on Linux

This commit is contained in:
Matthew Flatt 2018-10-22 20:38:16 -06:00
parent 76f868f287
commit 31d35ebe88
2 changed files with 2 additions and 0 deletions

View File

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

View File

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