Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-lgem must appear after -lldg
  • Loading branch information
pmandin committed Feb 15, 2004
1 parent ccd95e8 commit 31e9c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
}
Expand Down

0 comments on commit 31e9c65

Please sign in to comment.