From f36a9339fcce6227049ed0bec3347402f781fa0b Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Mon, 12 Aug 2019 22:29:45 -0700 Subject: [PATCH] Remove unnecessary library checks --- sc2/build/unix/config_proginfo_host | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/sc2/build/unix/config_proginfo_host b/sc2/build/unix/config_proginfo_host index 5e568e6f6..409b9b17c 100644 --- a/sc2/build/unix/config_proginfo_host +++ b/sc2/build/unix/config_proginfo_host @@ -75,33 +75,6 @@ case "$HOST_SYSTEM" in esac -### SDL_mixer ### -LIB_SDL_mixer_NAME="SDL_mixer" -LIB_SDL_mixer_CFLAGS="$LIB_SDL_CFLAGS" -LIB_SDL_mixer_LDFLAGS="$LIB_SDL_LDFLAGS -lSDL_mixer" -LIB_SDL_mixer_VERSION="" - - -### SDL_image ### -LIB_SDL_image_NAME="SDL_image" -case "$HOST_SYSTEM" in - Darwin) - LIB_SDL_image_CFLAGS='-framework SDL_image' - LIB_SDL_image_LDFLAGS="-framework SDL_image" - ;; - ARMV5|WINSCW|GCCE) - LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS" - LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS" - LIB_SDL_image_DETECT="true" - ;; - *) - LIB_SDL_image_CFLAGS="$LIB_SDL_CFLAGS" - LIB_SDL_image_LDFLAGS="$LIB_SDL_LDFLAGS -lSDL_image" - ;; -esac -LIB_SDL_image_VERSION="" - - ### libpng ### LIB_libpng_NAME="libpng" # libpng generally integrates with pkg-config, but that also generally