[cmor] 59/190: tweaked a syntax typo in hdf5 libs
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cmor.
commit 658ff6746a2bef25788bd217c36de18559b1393c
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date: Wed Oct 6 08:40:26 2010 -0700
tweaked a syntax typo in hdf5 libs
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 56c0721..7634a77 100755
--- a/configure
+++ b/configure
@@ -5664,7 +5664,7 @@ echo "$as_me: ..................................................................
echo "$as_me: ... EXTERNALS ..." >&6;}
{ echo "$as_me:$LINENO: ........................................................................" >&5
echo "$as_me: ........................................................................" >&6;}
-if test ${SZLIBFLAGS} != "nosz" ; then
+if test ${SZLIBFLAGS}!="nosz" ; then
{ echo "$as_me:$LINENO: " >&5
echo "$as_me: " >&6;}
{ echo "$as_me:$LINENO: SZLIB" >&5
diff --git a/configure.ac b/configure.ac
index 07bf233..b1bfccb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,7 @@ fi
AC_MSG_NOTICE([........................................................................])
AC_MSG_NOTICE([... EXTERNALS ...])
AC_MSG_NOTICE([........................................................................])
-if [test ${SZLIBFLAGS} != "nosz" ]; then
+if [test ${SZLIBFLAGS}!="nosz" ]; then
AC_MSG_NOTICE([])
AC_MSG_NOTICE([SZLIB])
AC_MSG_NOTICE([ CFLAGS : ${SZLIBFLAGS}])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git
More information about the debian-science-commits
mailing list