From bcbb3e9640be50ad3d468d81c6263430244904db Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sat, 17 Dec 2022 21:46:35 -0800 Subject: [PATCH] Try again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f516c613de3..efc9c4df573 100644 --- a/configure.ac +++ b/configure.ac @@ -431,7 +431,6 @@ if test x$enable_gamelink = xyes; then AC_MSG_RESULT(yes) C_GAMELINK=1 AC_DEFINE(C_GAMELINK,1) - LIBS="$LIBS -lrt" # uses shm_* functions which requires librt on Linux fi else AC_MSG_RESULT(no) @@ -515,6 +514,7 @@ case "$host" in *-*-linux*) AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux]) CXXFLAGS="$CXXFLAGS -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L" + LIBS="$LIBS -lrt" # uses shm_* functions which requires librt on Linux dnl FEATURE: Whether to support direct parallel port passthrough AC_DEFINE(C_DIRECTLPT, 1, [ Define to 1 if you want parallel passthrough support (Win32, Linux).]) dnl FEATURE: Whether to support direct serial port passthrough