--- a/configure +++ b/configure @@ -21,11 +21,11 @@ datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' -CXX=g++ -CPPFLAGS= -CXXFLAGS='-Wall -W -O2' -LDFLAGS= -LIBS='-llz -lpthread' +CXX?=g++ +CPPFLAGS?= +CXXFLAGS?='-Wall -W -O2' +LDFLAGS?= +LIBS='-llz' # checking whether we are using GNU C++. /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }