Revision 7e2c5b9e configure.ac

b/configure.ac
89 89
  [file_storage_dir="/srv/ganeti/file-storage"])
90 90
AC_SUBST(FILE_STORAGE_DIR, $file_storage_dir)
91 91

  
92
# --with-kvm-path=...
93
AC_ARG_WITH([kvm-path],
94
  [AS_HELP_STRING([--with-kvm-path=PATH],
95
    [absolute path to the kvm binary]
96
    [ (default is /usr/bin/kvm)]
97
  )],
98
  [kvm_path="$withval"],
99
  [kvm_path="/usr/bin/kvm"])
100
AC_SUBST(KVM_PATH, $kvm_path)
101

  
92 102
# Check common programs
93 103
AC_PROG_INSTALL
94 104
AC_PROG_LN_S

Also available in: Unified diff