From: Marco van Wieringen Date: Fri, 1 Jun 2012 18:22:00 +0000 (+0200) Subject: Tweak define so autoheader doesn't complain. X-Git-Tag: Release-5.2.7~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=90384ae84e25ddbc27b1f77f2b30e370e1a3e75b;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 ] )