Revision 14aa53cb configure.ac

b/configure.ac
99 99
  [kvm_path="/usr/bin/kvm"])
100 100
AC_SUBST(KVM_PATH, $kvm_path)
101 101

  
102
# --with-socat-path=...
103
AC_ARG_WITH([socat-path],
104
  [AS_HELP_STRING([--with-socat-path=PATH],
105
    [absolute path to the socat binary]
106
    [ (default is /usr/bin/socat)]
107
  )],
108
  [socat_path="$withval"],
109
  [socat_path="/usr/bin/socat"])
110
AC_SUBST(SOCAT_PATH, $socat_path)
111

  
102 112
# Check common programs
103 113
AC_PROG_INSTALL
104 114
AC_PROG_LN_S

Also available in: Unified diff