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 - [patch] Fix three empty variable tests in configure
Summary: [patch] Fix three empty variable tests in configure
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86_64 Mac OS X 10.11
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-02 00:24 UTC by Zack Middleton (zturtleman)
Modified: 2018-05-05 17:31 UTC (History)
0 users

See Also:


Attachments
Fix configure tests (1.16 KB, patch)
2018-05-02 00:24 UTC, Zack Middleton (zturtleman)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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