From d97dd6aa1518cf4138c53028ecfcfe668dd4e1b3 Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Tue, 25 Jul 2017 10:20:53 +0900 Subject: Fix build error Change-Id: I2040f2cec9d3768da6c7329819a4a710882bc18e Signed-off-by: cheoleun --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 856692b5..5b6124e6 100755 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AC_ARG_ENABLE(openvpn, [enable_openvpn=${enableval}], [enable_openvpn="no"]) if (test "${enable_openvpn}" != "no"); then if (test -z "${path_openvpn}"); then - AC_PATH_PROG(OPENVPN, [openvpn], [], $PATH:/bin:/usr/bin) + AC_PATH_PROG(OPENVPN, [openvpn], [/usr/bin/openvpn], $PATH:/bin:/usr/bin) if (test -z "${OPENVPN}"); then AC_MSG_ERROR(openvpn binary not found) fi @@ -443,4 +443,4 @@ AM_CONDITIONAL(VPN, test "${enable_openconnect}" != "no" -o \ "${enable_l2tp}" != "no" -o \ "${enable_pptp}" != "no") -AC_OUTPUT(Makefile include/version.h connman.pc src/connman.service src/connman_tv.service) +AC_OUTPUT(Makefile include/version.h connman.pc src/connman.service src/connman_tv.service vpn/connman-vpn.service) -- cgit v1.2.3