diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ab5af8fd484..7dda2f3ab8b 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,9 @@ AC_CONFIG_FILES([Makefile                  extras/init.d/glusterd-SuSE  		extras/benchmarking/Makefile                  extras/hook-scripts/Makefile +		extras/ocf/Makefile +		extras/ocf/glusterd +		extras/ocf/volume  		contrib/fuse-util/Makefile  		contrib/uuid/uuid_types.h                  xlators/nfs/Makefile @@ -168,6 +171,12 @@ AC_ARG_WITH(launchddir,              [launchddir='/Library/LaunchDaemons'])  AC_SUBST(launchddir) +AC_ARG_WITH([ocf], +            [AS_HELP_STRING([--with-ocf], [build OCF-compliant cluster resource agents])], +            , +            [with_ocf=no]) +AM_CONDITIONAL(WITH_OCF, [ test "$with_ocf" = "yes" ]) +  # LEX needs a check  AC_PROG_LEX  if test  "x${LEX}" != "xflex" -a "x${FLEX}" != "xlex"; then  | 
