]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fix flock being always disabled 579/head
authorSimon Boulet <simon@nostalgeek.com>
Thu, 29 Jan 2015 21:34:39 +0000 (16:34 -0500)
committerSimon Boulet <simon@nostalgeek.com>
Thu, 29 Jan 2015 21:34:39 +0000 (16:34 -0500)
configure.ac

index 7477fa7c64a9b339f27be2a4b14f04082a3629e9..b3d34a1aa60ec6218d3cf675152f3f148fcb9524 100644 (file)
@@ -152,7 +152,7 @@ AC_ARG_ENABLE([flock],
 AS_HELP_STRING([--disable-flock],[disable file locking]),
 [],
 [enable_flock=yes])
-if test x$enable_file != xyes; then
+if test x$enable_flock != xyes; then
     AC_DEFINE([DISABLE_FLOCK], [], [disable flock calls in rrdtool])
 fi