Changeset

7548:69d8e1477c43

configure: Remove C++ compiler variable, not used
author Kim Alvefur <zash@zash.se>
date Wed, 10 Aug 2016 13:56:27 +0200
parents 7541:1d3f9da189b5
children 7549:d5f8a56eda4c 7561:ab8324d3b899
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Aug 08 16:07:46 2016 +0200
+++ b/configure	Wed Aug 10 13:56:27 2016 +0200
@@ -15,7 +15,6 @@
 ICU_FLAGS="-licui18n -licudata -licuuc"
 OPENSSL_LIB=crypto
 CC=gcc
-CXX=g++
 LD=gcc
 RUNWITH=lua
 EXCERTS=yes
@@ -385,7 +384,6 @@
 CFLAGS=$CFLAGS
 LDFLAGS=$LDFLAGS
 CC=$CC
-CXX=$CXX
 LD=$LD
 RUNWITH=$RUNWITH
 EXCERTS=$EXCERTS