From cff08ee3a86946af19a3023e8d948f3e494c153e Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 24 Oct 2006 16:06:10 +0000 Subject: [PATCH] just a comment added git-svn-id: https://svn.dealii.org/trunk@14063 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 1 + deal.II/configure | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 19fe71967f..883fad7a7f 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -5164,6 +5164,7 @@ dnl Include the libz library dnl -------------------------------------------------- AC_DEFUN(DEAL_II_WITH_ZLIB, dnl [ + dnl -- We should check for zlib.h, but I could not make AC_CHECK_HEADERS run (GK) if test "x$1" != "xyes" ; then AC_CHECK_LIB($1, crc32, [ LIBS="-l$1 $LIBS" diff --git a/deal.II/configure b/deal.II/configure index 349be331fe..31147d8777 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 13973 . +# From configure.in Revision: 14038 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # @@ -11113,7 +11113,7 @@ fi if test "${with_zlib+set}" = set; then withval="$with_zlib" - if test "x$withval" != "xyes" ; then + if test "x$withval" != "xyes" ; then as_ac_Lib=`echo "ac_cv_lib_$withval''_crc32" | $as_tr_sh` echo "$as_me:$LINENO: checking for crc32 in -l$withval" >&5 echo $ECHO_N "checking for crc32 in -l$withval... $ECHO_C" >&6 -- 2.39.5