aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohannes Schickel2011-05-01 03:23:39 +0200
committerJohannes Schickel2011-05-01 03:23:39 +0200
commit69dcca74da1364706fe0b0d3495c12f9fc2c720a (patch)
tree656c3fce4e9b40cd35790a63d9af92d43f4bae64 /configure
parentb08d1660d9627ff8fda57f3fa029ac7a484cea76 (diff)
downloadscummvm-rg350-69dcca74da1364706fe0b0d3495c12f9fc2c720a.tar.gz
scummvm-rg350-69dcca74da1364706fe0b0d3495c12f9fc2c720a.tar.bz2
scummvm-rg350-69dcca74da1364706fe0b0d3495c12f9fc2c720a.zip
CONFIGURE: Remove incorrect "+" added with 54ddd000dc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d0a04643ef..7a15c7acd8 100755
--- a/configure
+++ b/configure
@@ -1964,7 +1964,7 @@ if test -n "$_host"; then
;;
ppc-amigaos)
_endian=big
-+ # AmigaOS exec allocates memory always in an aligned way
+ # AmigaOS exec allocates memory always in an aligned way
_need_memalign=yes
;;
ps2)