diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:33:37 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:34:01 +0000 |
commit | e60ddc10d5e26d8e4d5d092c7ac874ec6124737b (patch) | |
tree | b303cbba36f2fd3cb52e729d56ea05f612def44c /configure | |
parent | Releasing debian version 0.8-1. (diff) | |
download | lzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.tar.xz lzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.zip |
Merging upstream version 0.9.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ # to copy, distribute and modify it. pkgname=lzd -pkgversion=0.8 +pkgversion=0.9 progname=lzd srctrigger=lzd.cc @@ -26,8 +26,8 @@ CXXFLAGS='-Wall -W -O2' LDFLAGS= # checking whether we are using GNU C++. -${CXX} --version > /dev/null 2>&1 -if [ $? != 0 ] ; then +if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true +else CXX=c++ CXXFLAGS='-W -O2' fi |