From: Wolfgang Bangerth Date: Tue, 24 Dec 2013 14:16:41 +0000 (+0000) Subject: Export whether we have found bzip2. X-Git-Tag: v8.2.0-rc1~1116 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b4b3a9cf5d4e92a179501911302e217681f878;p=dealii.git Export whether we have found bzip2. git-svn-id: https://svn.dealii.org/trunk@32112 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index 7317d4fa68..9fe2f8ff6d 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -507,6 +507,13 @@ #endif +/***************************************** + * Configured in configure_1_bzip2.cmake: * + *****************************************/ + +#cmakedefine DEAL_II_WITH_BZIP2 + + /******************************************* * Configured in configure_trilinos.cmake: * *******************************************/