]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak define so autoheader doesn't complain.
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 1 Jun 2012 18:22:00 +0000 (20:22 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:41 +0000 (14:50 +0200)
bacula/autoconf/configure.in

index 9fd2f3975583993286f7261fc5de618babc08974..228a49bdcc19183dd5330890884b39d4bc14f683 100644 (file)
@@ -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 <fcntl.h>]
 )