summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-08 22:44:27 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-08 22:44:27 +0200
commit0f9eda77382883d52a3ddb036326aed5b529cefc (patch)
treecc44bbf4ce3c6db348bb57da57c9a77dcf81ec12
parent9d152a9b67bac244aa3b3e8eee6b61b41f07e53f (diff)
Fix configure script on Mac OS X.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b037df9..34e8c30 100755
--- a/configure
+++ b/configure
@@ -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)"';