[Scummvm-git-logs] scummvm branch-1-9 -> e6c104738ee6bdf9aad928391a8b13bc91906c3e

criezy criezy at scummvm.org
Mon Sep 26 22:36:06 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e6c104738e BUILD: Disable use of SDL_Net and lib curl by default


Commit: e6c104738ee6bdf9aad928391a8b13bc91906c3e
    https://github.com/scummvm/scummvm/commit/e6c104738ee6bdf9aad928391a8b13bc91906c3e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-09-26T21:35:47+01:00

Commit Message:
BUILD: Disable use of SDL_Net and lib curl by default

Changed paths:
    configure



diff --git a/configure b/configure
index 34799ef..3389ca0 100755
--- a/configure
+++ b/configure
@@ -127,8 +127,8 @@ done
 #
 # Default lib behavior yes/no/auto
 _vorbis=auto
-_sdlnet=auto
-_libcurl=auto
+_sdlnet=no
+_libcurl=no
 _tremor=auto
 _tremolo=no
 _flac=auto





More information about the Scummvm-git-logs mailing list