Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 26, 2003
1 parent a9d3bcd commit f96ccb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions configure.in
Expand Up @@ -81,8 +81,7 @@ AM_PATH_SDL($SDL_VERSION,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
)
CFLAGS="$CFLAGS $SDL_CFLAGS"
IMG_LIBS="$IMG_LIBS $SDL_LIBS"
LIBS="$SDL_LIBS $LIBS"
LIBS="$LIBS $SDL_LIBS"

dnl Check command-line options
AC_ARG_ENABLE(bmp,
Expand Down
3 changes: 2 additions & 1 deletion ltconfig
Expand Up @@ -2005,7 +2005,8 @@ darwin* | rhapsody*)
version_type=darwin
need_lib_prefix=no
need_version=no
deplibs_check_method='file_magic Mach-O dynamically linked shared library'
#deplibs_check_method='file_magic Mach-O dynamically linked shared library'
deplibs_check_method='pass_all'
file_magic_cmd='/usr/bin/file -L'
case "$host_os" in
rhapsody* | darwin1.[012])
Expand Down
1 change: 1 addition & 0 deletions ltmain.sh
Expand Up @@ -953,6 +953,7 @@ compiler."
;;
framework)
linkopts="$linkopts -framework $arg"
compile_command="$compile_command -framework $arg"
prev=
continue
;;
Expand Down

0 comments on commit f96ccb3

Please sign in to comment.