diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15abf12..5e03b54 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"], ) AC_ARG_VAR(YAML_PATH, [The path to the yaml config files.]) -AS_IF([test "x$YAML_PATH" == "x"], [YAML_PATH="$srcdir/example"]) +AS_IF([test "x$YAML_PATH" == "x"], [YAML_PATH="\${top_srcdir}/src/example"]) AC_CONFIG_FILES([Makefile src/Makefile src/test/Makefile]) AC_OUTPUT |