summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-08 16:33:33 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-08 16:33:33 +0000
commitd6cce233273396fcdfa8b6844e3b463f9c167b00 (patch)
tree335b5f993e955f17c68cd3e9e779fbd26c071b9a /configure
parentAdding upstream version 0.8. (diff)
downloadlzd-d6cce233273396fcdfa8b6844e3b463f9c167b00.tar.xz
lzd-d6cce233273396fcdfa8b6844e3b463f9c167b00.zip
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 83d3447..226e838 100755
--- a/configure
+++ b/configure
@@ -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