Revision cb7c0198 configure.ac
b/configure.ac | ||
---|---|---|
104 | 104 |
[directory to store files for file-based backend] |
105 | 105 |
[ (default is /srv/ganeti/file-storage)] |
106 | 106 |
)], |
107 |
[file_storage_dir="$withval"], |
|
108 |
[file_storage_dir="/srv/ganeti/file-storage"]) |
|
107 |
[[file_storage_dir="$withval"; |
|
108 |
if test "$withval" != no; then |
|
109 |
enable_file_storage=True |
|
110 |
else |
|
111 |
enable_file_storage=False |
|
112 |
fi |
|
113 |
]], |
|
114 |
[[file_storage_dir="/srv/ganeti/file-storage"; enable_file_storage="True"]]) |
|
109 | 115 |
AC_SUBST(FILE_STORAGE_DIR, $file_storage_dir) |
116 |
AC_SUBST(ENABLE_FILE_STORAGE, $enable_file_storage) |
|
110 | 117 |
|
111 | 118 |
# --with-kvm-path=... |
112 | 119 |
AC_ARG_WITH([kvm-path], |
Also available in: Unified diff