From 0f9eda77382883d52a3ddb036326aed5b529cefc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 8 Sep 2011 22:44:27 +0200 Subject: Fix configure script on Mac OS X. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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)"'; -- cgit v1.2.3