masqmail
diff configure.ac @ 175:25b769efafe6
merge
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jul 2010 12:15:45 +0200 |
parents | 5b621742b2e7 4917e764f108 |
children | 8b17ea9fd17b |
line diff
1.1 --- a/configure.ac Wed Jul 14 00:55:22 2010 +0200 1.2 +++ b/configure.ac Wed Jul 14 12:15:45 2010 +0200 1.3 @@ -220,6 +220,9 @@ 1.4 AC_ARG_WITH(liblockfile, 1.5 [ --with-liblockfile use liblock (for Debian)], 1.6 ) 1.7 +if test "x$with_liblockfile" = 'xno'; then 1.8 + with_liblockfile='' 1.9 +fi 1.10 if test "x$with_liblockfile" != 'x'; then 1.11 with_liblockfile='yes' 1.12 fi