We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4154

Summary: [patch] Fix three empty variable tests in configure
Product: SDL Reporter: Zack Middleton (zturtleman) <zack>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Mac OS X 10.11   
Attachments: Fix configure tests

Description Zack Middleton (zturtleman) 2018-05-02 00:24:04 UTC
Created attachment 3234 [details]
Fix configure tests

Running top-level SDL configure on macOS 10.11 resulted in the errors below because automake removed the brackets about the tests.

./configure: line 15756: : command not found
./configure: line 15759: -Iinclude -I/Users/zack/SDL/include -idirafter /Users/zack/SDL/src/video/khronos : No such file or directory
./configure: line 15763: : command not found
Comment 1 Sam Lantinga 2018-05-05 17:31:19 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/f162f5d7798d