comparison configure @ 173:4917e764f108

Fix handling of --with-liblockfile=no or --without-liblockfile thanks to Nico R.
author meillo@marmaro.de
date Wed, 14 Jul 2010 11:48:59 +0200
parents 311d4ac8a2eb
children 25b769efafe6
comparison
equal deleted inserted replaced
171:15b3c71254cb 173:4917e764f108
5372 # Check whether --with-liblockfile was given. 5372 # Check whether --with-liblockfile was given.
5373 if test "${with_liblockfile+set}" = set; then : 5373 if test "${with_liblockfile+set}" = set; then :
5374 withval=$with_liblockfile; 5374 withval=$with_liblockfile;
5375 fi 5375 fi
5376 5376
5377 if test "x$with_liblockfile" = 'xno'; then
5378 with_liblockfile=''
5379 fi
5377 if test "x$with_liblockfile" != 'x'; then 5380 if test "x$with_liblockfile" != 'x'; then
5378 with_liblockfile='yes' 5381 with_liblockfile='yes'
5379 fi 5382 fi
5380 if test "x$with_liblockfile" = xyes; then 5383 if test "x$with_liblockfile" = xyes; then
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5