Revision 3c075436 configure.ac

b/configure.ac
108 108
  [kvm_path="/usr/bin/kvm"])
109 109
AC_SUBST(KVM_PATH, $kvm_path)
110 110

  
111
# --with-kvm-migration-port=...
112
AC_ARG_WITH([kvm-migration-port],
113
  [AS_HELP_STRING([--with-kvm-migration-port=PORT],
114
    [tcp port used for kvm instance live migration]
115
    [ (default is 8102)]
116
  )],
117
  [kvm_migration_port="$withval"],
118
  [kvm_migration_port="8102"])
119
AC_SUBST(KVM_MIGRATION_PORT, $kvm_migration_port)
120

  
121 111
# --with-socat-path=...
122 112
AC_ARG_WITH([socat-path],
123 113
  [AS_HELP_STRING([--with-socat-path=PATH],

Also available in: Unified diff