From c50d591ce2a6dc9d0c31fb651edeb167add7c3fc Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Wed, 30 Nov 2016 23:47:54 +0100 Subject: configure: enable sdl if sdl2 is enabled sdl is supposed to be an alias, so it should have the same value. Signed-off-by: Andreas Cadhalpun --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 810e7ab..50877bb 100755 --- a/configure +++ b/configure @@ -5894,7 +5894,7 @@ if ! disabled sdl2; then sdl2_libs="$sdl2_libs -mconsole" fi fi -enabled sdl2 && add_cflags $sdl2_cflags && add_extralibs $sdl2_libs +enabled sdl2 && enable sdl && add_cflags $sdl2_cflags && add_extralibs $sdl2_libs disabled securetransport || { check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" && check_lib2 "Security/SecureTransport.h Security/Security.h" "SSLCreateContext SecItemImport" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" && -- cgit v1.1