aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2005-04-14 06:59:46 +0000
committerJonathan Gray2005-04-14 06:59:46 +0000
commite8a2cf1cf8fe2519ae13506b6cb2e140812f7d81 (patch)
tree3f1964685bb95f219d5679d0392ad0d461eb845b
parenta3882f3af779c5b5726b24734fc74a702f199be4 (diff)
downloadscummvm-rg350-e8a2cf1cf8fe2519ae13506b6cb2e140812f7d81.tar.gz
scummvm-rg350-e8a2cf1cf8fe2519ae13506b6cb2e140812f7d81.tar.bz2
scummvm-rg350-e8a2cf1cf8fe2519ae13506b6cb2e140812f7d81.zip
Pass user supplied $CXXFLAGS to the compiler only once.
svn-id: r17596
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 99032fbae3..8cf64958da 100755
--- a/configure
+++ b/configure
@@ -1175,7 +1175,7 @@ cat > config.mak << EOF
# -------- Generated by configure -----------
CXX := $CXX
-CXXFLAGS += $CXXFLAGS
+CXXFLAGS := $CXXFLAGS
LIBS += $LIBS
RANLIB := $_ranlib
INSTALL := $_install