Mercurial > masqmail
comparison configure.ac @ 175:25b769efafe6
merge
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jul 2010 12:15:45 +0200 |
parents | 5b621742b2e7 4917e764f108 |
children | 8b17ea9fd17b |
comparison
equal
deleted
inserted
replaced
172:cd38f10532e7 | 175:25b769efafe6 |
---|---|
218 | 218 |
219 dnl liblockfile | 219 dnl liblockfile |
220 AC_ARG_WITH(liblockfile, | 220 AC_ARG_WITH(liblockfile, |
221 [ --with-liblockfile use liblock (for Debian)], | 221 [ --with-liblockfile use liblock (for Debian)], |
222 ) | 222 ) |
223 if test "x$with_liblockfile" = 'xno'; then | |
224 with_liblockfile='' | |
225 fi | |
223 if test "x$with_liblockfile" != 'x'; then | 226 if test "x$with_liblockfile" != 'x'; then |
224 with_liblockfile='yes' | 227 with_liblockfile='yes' |
225 fi | 228 fi |
226 if test "x$with_liblockfile" = xyes; then | 229 if test "x$with_liblockfile" = xyes; then |
227 AC_CHECK_LIB(lockfile, maillock, has_lockfile=yes, AC_MSG_ERROR("no liblockfile")) | 230 AC_CHECK_LIB(lockfile, maillock, has_lockfile=yes, AC_MSG_ERROR("no liblockfile")) |