Skip to content

Commit

Permalink
Fixed building SDL_image using configure on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 14, 2009
1 parent b86c973 commit 9e8736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -84,7 +84,7 @@ AM_PATH_SDL($SDL_VERSION,
:,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
)
CFLAGS="$CFLAGS $SDL_CFLAGS"
CFLAGS="$CFLAGS -DSDL_IMAGE_USE_COMMON_BACKEND $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
saved_LIBS="$LIBS"

Expand Down

0 comments on commit 9e8736e

Please sign in to comment.