Commit 4114dc9f authored by Patrice Mandin's avatar Patrice Mandin

-lgem must appear after -lldg

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40825
parent 1cafb7e2
......@@ -1626,7 +1626,7 @@ CheckAtariLdg()
AC_CHECK_LIB(ldg, ldg_open, have_ldg_lib=yes, have_ldg_lib=no, -lgem)
if test x$have_ldg_hdr = xyes -a x$have_ldg_lib = xyes; then
CFLAGS="$CFLAGS -DENABLE_LDG"
SYSTEM_LIBS="$SYSTEM_LIBS -lldg"
SYSTEM_LIBS="$SYSTEM_LIBS -lldg -lgem"
fi
fi
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment