configure: Add config. dir path

This commit is contained in:
Tim Kourt 2016-11-02 13:25:09 -07:00 committed by Denis Kenzior
parent dee6a6f082
commit 2ab4d424b8
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ fi
AC_DEFINE_UNQUOTED(STORAGEDIR, "${storagedir}",
[Directory for the storage files])
AC_DEFINE_UNQUOTED(CONFIGDIR, "/etc/iwd", [Configuration directory])
AC_CHECK_HEADERS(linux/types.h linux/if_alg.h)
AC_PATH_PROG(A2X, [a2x], [], $PATH:/sbin:/usr/sbin)