]> https://gitweb.dealii.org/ - dealii.git/commitdiff
move zlib up
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 30 Mar 2006 12:22:18 +0000 (12:22 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 30 Mar 2006 12:22:18 +0000 (12:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@12768 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 3aba37d5a38db31a940ad801656e89846d490141..5905276c243a735944a00306d0337fd1b7f55c9d 100644 (file)
@@ -465,6 +465,19 @@ dnl -------------------------------------------------------------
 dnl These libraries are straight forward now
 dnl -------------------------------------------------------------
 
+dnl Check for the compression library zlib.
+dnl First activate if no option given
+if test "x$with_zlib" = "x" ; then
+  with_zlib="yes"
+fi
+
+AC_ARG_WITH(zlib,
+  [  --with-zlib=zlib use the compression library zlib for gzipped input and output
+         and link it with -lzlib (the default is -lz).
+         Make sure the library is in the search path of ld.],
+  DEAL_II_WITH_ZLIB($withval))
+
+
 DEAL_II_CONFIGURE_TECPLOT
 AC_SUBST(TECPLOT_INCLUDE_DIR)
 
@@ -496,18 +509,6 @@ AC_ARG_WITH(lapack,
                           use -llapack.],
   DEAL_II_WITH_LAPACK($withval))
 
-dnl Check for the compression library zlib.
-dnl First activate if no option given
-if test "x$with_zlib" = "x" ; then
-  with_zlib="yes"
-fi
-
-AC_ARG_WITH(zlib,
-  [  --with-zlib=zlib use the compression library zlib for gzipped input and output
-         and link it with -lzlib (the default is -lz).
-         Make sure the library is in the search path of ld.],
-  DEAL_II_WITH_ZLIB($withval))
-
 dnl -------------------------------------------------------------
 dnl       set include paths of several libraries
 dnl -------------------------------------------------------------

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


Typeset in Trocchi and Trocchi Bold Sans Serif.