cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

include configure script doesn't check the given sdk path #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The includes configure script blindly accepts any path for the macosx sdk.
even if the directory doesn't exists.

It should at least check that it does exists, and perhaps make sure it is
an sdk.

Original issue reported on code.google.com by Phi...@gmail.com on 11 Sep 2007 at 9:47

GoogleCodeExporter commented 8 years ago

Original comment by nightwat...@gmail.com on 11 Sep 2007 at 9:51

GoogleCodeExporter commented 8 years ago
Fixed. The presence of /usr/include/TargetConditionals.h is now checked.

Original comment by nightwat...@gmail.com on 11 Sep 2007 at 10:00