Revision 2fe1e043 configure.ac

b/configure.ac
134 134
    [directory to store files for shared file-based backend]
135 135
    [ (default is /srv/ganeti/shared-file-storage)]
136 136
  )],
137
  [[shared_file_storage_dir="$withval";
138
    if test "$withval" != no; then
139
      enable_shared_file_storage=True
140
    else
141
      enable_shared_file_storage=False
142
    fi
143
  ]],
144
  [[shared_file_storage_dir="/srv/ganeti/shared-file-storage";
145
    enable_shared_file_storage=True]])
137
  [[shared_file_storage_dir="/srv/ganeti/shared-file-storage"]])
146 138
AC_SUBST(SHARED_FILE_STORAGE_DIR, $shared_file_storage_dir)
147
AC_SUBST(ENABLE_SHARED_FILE_STORAGE, $enable_shared_file_storage)
148 139

  
149 140
# --with-kvm-path=...
150 141
AC_ARG_WITH([kvm-path],

Also available in: Unified diff