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"
#! /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.
#
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
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams