aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-08-10 13:56:27 +0200
committerKim Alvefur <zash@zash.se>2016-08-10 13:56:27 +0200
commit64e565546890b709a23ce3d3077e69d7822a6703 (patch)
tree7e55052d0b65d84b442473c9b8e5d58bee663782 /configure
parent3506b088471128c7579c11782dff473223f49579 (diff)
downloadprosody-64e565546890b709a23ce3d3077e69d7822a6703.tar.gz
prosody-64e565546890b709a23ce3d3077e69d7822a6703.zip
configure: Remove C++ compiler variable, not used
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 77aa1329..35946cf6 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,6 @@ IDN_LIB=idn
ICU_FLAGS="-licui18n -licudata -licuuc"
OPENSSL_LIB=crypto
CC=gcc
-CXX=g++
LD=gcc
RUNWITH=lua
EXCERTS=yes
@@ -385,7 +384,6 @@ OPENSSL_LIBS=$OPENSSL_LIBS
CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS
CC=$CC
-CXX=$CXX
LD=$LD
RUNWITH=$RUNWITH
EXCERTS=$EXCERTS