From: Marco van Wieringen Date: Fri, 1 Jun 2012 18:22:00 +0000 (+0200) Subject: Tweak define so autoheader doesn't complain. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d59cbc528516b2ec1df14df127521805688474a;p=bacula%2Fbacula Tweak define so autoheader doesn't complain. --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9fd2f39755..228a49bdcc 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2351,7 +2351,7 @@ AC_CHECK_FUNCS( \ AC_CHECK_DECL( F_CLOSEM, - AC_DEFINE(HAVE_FCNTL_F_CLOSEM), + AC_DEFINE(HAVE_FCNTL_F_CLOSEM, 1, [Set if you have 'F_CLOSEM' fcntl flag]), , [#include ] )