mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Remove C++ compiler variable, not used
This commit is contained in:
parent
3506b08847
commit
64e5655468
1 changed files with 0 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue