Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged fix for bug #531 from SDL 1.2 revision 3511
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 1, 2008
1 parent 7012834 commit ff7a51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2619,7 +2619,7 @@ case "$ARCH" in
SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS"
;;
*)
SDL_STATIC_LIBS="$SDL_LIBS"
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
;;
esac

Expand Down
1 change: 1 addition & 0 deletions sdl.pc.in
Expand Up @@ -11,4 +11,5 @@ Version: @SDL_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
Libs.private: @SDL_STATIC_LIBS@
Cflags: -I${includedir}/SDL @SDL_CFLAGS@

0 comments on commit ff7a51f

Please sign in to comment.