diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-09-08 22:44:27 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-09-08 22:44:27 +0200 |
commit | 0f9eda77382883d52a3ddb036326aed5b529cefc (patch) | |
tree | cc44bbf4ce3c6db348bb57da57c9a77dcf81ec12 /configure | |
parent | 9d152a9b67bac244aa3b3e8eee6b61b41f07e53f (diff) |
Fix configure script on Mac OS X.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ if (!$installp && !@steps) { if ($xcode) { print " * In a shell, type:\n $XCODEBUILD"; print ' -configuration Debug'; - if ($optionalp) { + unless ($optionalp) { print ' -target toilet'; } else { print ' -target "toilet (no LLVM)"'; |