equal
deleted
inserted
replaced
2617 macosx) |
2617 macosx) |
2618 # Evil hack to allow static linking on Mac OS X |
2618 # Evil hack to allow static linking on Mac OS X |
2619 SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS" |
2619 SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS" |
2620 ;; |
2620 ;; |
2621 *) |
2621 *) |
2622 SDL_STATIC_LIBS="$SDL_LIBS" |
2622 SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS" |
2623 ;; |
2623 ;; |
2624 esac |
2624 esac |
2625 |
2625 |
2626 dnl Expand the cflags and libraries needed by apps using SDL |
2626 dnl Expand the cflags and libraries needed by apps using SDL |
2627 AC_SUBST(SDL_CFLAGS) |
2627 AC_SUBST(SDL_CFLAGS) |