Revision 4b97f902 configure.ac

b/configure.ac
115 115
AC_SUBST(FILE_STORAGE_DIR, $file_storage_dir)
116 116
AC_SUBST(ENABLE_FILE_STORAGE, $enable_file_storage)
117 117

  
118
# --with-shared-file-storage-dir=...
119
AC_ARG_WITH([shared-file-storage-dir],
120
  [AS_HELP_STRING([--with-shared-file-storage-dir=PATH],
121
    [directory to store files for shared file-based backend]
122
    [ (default is /srv/ganeti/shared-file-storage)]
123
  )],
124
  [[shared_file_storage_dir="$withval";
125
    if test "$withval" != no; then
126
      enable_shared_file_storage=True
127
    else
128
      enable_shared_file_storage=False
129
    fi
130
  ]],
131
  [[shared_file_storage_dir="/srv/ganeti/shared-file-storage"; enable_shared_file_storage="True"]])
132
AC_SUBST(SHARED_FILE_STORAGE_DIR, $shared_file_storage_dir)
133
AC_SUBST(ENABLE_SHARED_FILE_STORAGE, $enable_shared_file_storage)
134

  
118 135
# --with-kvm-path=...
119 136
AC_ARG_WITH([kvm-path],
120 137
  [AS_HELP_STRING([--with-kvm-path=PATH],

Also available in: Unified diff