Fix a missing comma

This commit is contained in:
Nobuyoshi Nakada 2022-01-19 14:45:52 +09:00
parent 8f3e29c849
commit 5646f4b67b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1235,7 +1235,7 @@ main()
# wasi-libc's sys/socket.h is not compatible with -std=gnu99,
# so re-declare shutdown in include/ruby/missing.h
ac_cv_func_shutdown=no
]
],
[ LIBS="-lm $LIBS"])
: ${ORIG_LIBS=$LIBS}