Add configure option for zlib
This commit is contained in:
		
							parent
							
								
									d0494fef43
								
							
						
					
					
						commit
						9ce90dfe01
					
				
					 1 changed files with 12 additions and 7 deletions
				
			
		|  | @ -157,13 +157,18 @@ if test "x$ac_cv_berkdb4" = xyes; then | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| have_zlib= | have_zlib= | ||||||
| AC_CHECK_LIB([z], [deflate], | AC_ARG_WITH(zlib, | ||||||
|  |   AS_HELP_STRING([--with-zlib], [use zlib [detect]]), | ||||||
|  |   [ob_cv_with_zlib=$withval]) | ||||||
|  | if test "x$ob_cv_with_zlib" != xno; then | ||||||
|  |   AC_CHECK_LIB([z], [deflate], | ||||||
|       [AC_CHECK_HEADER(zlib.h, |       [AC_CHECK_HEADER(zlib.h, | ||||||
|           [have_zlib=1 |           [have_zlib=1 | ||||||
|            AC_SUBST([Z_LIBS], ["-lz"]) |            AC_SUBST([Z_LIBS], ["-lz"]) | ||||||
|            AC_DEFINE([HAVE_LIBZ], 1, [if you have the zlib library])] |            AC_DEFINE([HAVE_LIBZ], 1, [if you have the zlib library])] | ||||||
|        )] |        )] | ||||||
| ) |   ) | ||||||
|  | fi | ||||||
| 
 | 
 | ||||||
| AC_ARG_ENABLE(compat, | AC_ARG_ENABLE(compat, | ||||||
|   AC_HELP_STRING([--disable-compat], [don't include isync compatibility wrapper [no]]), |   AC_HELP_STRING([--disable-compat], [don't include isync compatibility wrapper [no]]), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue