From 24be91d9b7cabc351943edde3499ac0e296766ba Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 1 Nov 2017 15:06:28 +0100 Subject: Don't use internal libs by default. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 62f421d3..818a0e76 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -197,7 +197,7 @@ USE_FREETYPE=0 endif ifndef USE_INTERNAL_LIBS -USE_INTERNAL_LIBS=1 +USE_INTERNAL_LIBS=0 endif ifndef USE_INTERNAL_OGG -- cgit