~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-77

« back to all changes in this revision

Viewing changes to m4/zlib.m4

  • Committer: Continuous Integration
  • Date: 2013-01-11 09:27:13 UTC
  • mfrom: (84.1.3 libdrizzle-5.1)
  • Revision ID: ci@drizzle.org-20130111092713-1fzn9qvt4s2ty04b
Merge lp:~brianaker/libdrizzle/autoreconf-zlib-fixes Build: jenkins-Libdrizzle-40

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 AC_DEFUN([AC_PATH_ZLIB], [
2
2
        AC_ARG_WITH(zlib,
3
 
                    AC_HELP_STRING([--with-zlib=DIR],
 
3
                    AS_HELP_STRING([--with-zlib=DIR],
4
4
                                 [search for ZLIB in DIR/include and DIR/lib]),
5
5
                    [for dir in `echo "$withval" | tr : ' '`; do
6
6
    if test -d $dir/include; then
12
12
  done[]])
13
13
 
14
14
        AC_ARG_WITH(zlib-includes,
15
 
                    AC_HELP_STRING([--with-zlib-includes=DIR],
 
15
                    AS_HELP_STRING([--with-zlib-includes=DIR],
16
16
                                   [search for ZLIB includes in DIR]),
17
17
                    [for dir in `echo "$withval" | tr : ' '`; do
18
18
    if test -d $dir; then