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 wrap: on
line diff
--- a/configure.ac	Wed Jul 14 00:55:22 2010 +0200
+++ b/configure.ac	Wed Jul 14 12:15:45 2010 +0200
@@ -220,6 +220,9 @@
 AC_ARG_WITH(liblockfile,
 	[  --with-liblockfile       use liblock (for Debian)],
 	)
+if test "x$with_liblockfile" = 'xno'; then
+	with_liblockfile=''
+fi
 if test "x$with_liblockfile" != 'x'; then
 	with_liblockfile='yes'
 fi