aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Lewandowsky2011-10-31 03:51:31 -0700
committerAlyssa Milburn2011-10-31 12:10:46 +0100
commit53160df757f06f2fa5492815fb44b708d0761d3f (patch)
treee20e70b50ca67f2227f7f62374048a37fafca855
parent05a72fbb2880633272c5bbe139fd288ae176cf5b (diff)
downloadscummvm-rg350-53160df757f06f2fa5492815fb44b708d0761d3f.tar.gz
scummvm-rg350-53160df757f06f2fa5492815fb44b708d0761d3f.tar.bz2
scummvm-rg350-53160df757f06f2fa5492815fb44b708d0761d3f.zip
CONFIGURE: Clean up two minor nits in configure.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8701857c51..17d7801e36 100755
--- a/configure
+++ b/configure
@@ -1546,7 +1546,7 @@ fi
echo "$cxx_version"
#
-# Bail out now if now useable compiler was found.
+# Bail out now if no useable compiler was found.
#
if test "$cxx_verc_fail" = yes ; then
echo
@@ -2468,7 +2468,7 @@ case $_backend in
CXXFLAGS="$CXXFLAGS -Wa,--noexecstack"
LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
;;
- bada)
+ bada)
# dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included
DEFINES="$DEFINES -DBADA -DDISABLE_STDIO_FILESTREAM -DNONSTANDARD_PORT"
DEFINES="$DEFINES -DNO_STDERR_STDOUT"