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
commitd28e584ecce0dd774e0d5efb36373e66e01f5c26 (patch)
tree7e55052d0b65d84b442473c9b8e5d58bee663782 /configure
parent8499f4e7214e86623d614368268913418289254c (diff)
downloadprosody-d28e584ecce0dd774e0d5efb36373e66e01f5c26.tar.gz
prosody-d28e584ecce0dd774e0d5efb36373e66e01f5c26.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