#! /bin/sh
-# From configure.in Revision: 14318 .
+# From configure.in Revision: 14620 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for deal.II 5.3.pre.
#
-if test "x$with_umfpack" != "x" and "x$with_umfpack" != "xno" ; then
+if test "x$with_umfpack" != "x" -a "x$with_umfpack" != "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"
fi
fi
-if test "x$with_lapack" != "x" and "x$with_lapack" != "xno" ; then
+if test "x$with_lapack" != "x" -a "x$with_lapack" != "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"
fi
fi
-if test "x$with_petsc" != "x" and "x$with_petsc" != "xno" ; then
+if test "x$with_petsc" != "x" -a "x$with_petsc" != "xno" ; then
if test "x$enableshared" = "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"
dnl Make sure we configure for libraries used by other libraries. For
dnl example, UMFPACK needs blas, and so does LAPACK
-if test "x$with_umfpack" != "x" and "x$with_umfpack" != "xno" ; then
+if test "x$with_umfpack" != "x" -a "x$with_umfpack" != "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"
fi
fi
-if test "x$with_lapack" != "x" and "x$with_lapack" != "xno" ; then
+if test "x$with_lapack" != "x" -a "x$with_lapack" != "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"
fi
dnl Likewise, if we use PETSc and link statically, we have to add blas to the
dnl linker line (if we use shared libs, then the PETSc libs already carry this
dnl dependence, but static archives do not have a method to list dependencies)
-if test "x$with_petsc" != "x" and "x$with_petsc" != "xno" ; then
+if test "x$with_petsc" != "x" -a "x$with_petsc" != "xno" ; then
if test "x$enableshared" = "xno" ; then
if test "x$with_blas" = "x" ; then
with_blas="yes"