comparison configure.in @ 2293:824f6dee6648

Merged fix for bug #531 from SDL 1.2 revision 3511
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Jan 2008 15:26:11 +0000
parents 4845eb8d4221
children 33052794de27
comparison
equal deleted inserted replaced
2292:4845eb8d4221 2293:824f6dee6648
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)