aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3c6fa864ae..c163a368b3 100755
--- a/configure
+++ b/configure
@@ -391,8 +391,8 @@ echo "Creating config.mak"
cat > config.mak << EOF
# -------- Generated by configure -----------
-CXX = $CXX
-LIBS = $LIBS
-RANLIB = $_ranlib
+CXX := $CXX
+LIBS := $LIBS
+RANLIB := $_ranlib
EOF