diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-04-26 08:31:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-04-26 09:23:00 +1000 |
commit | 2d96d8f97c94eb5f0633962410129ec9cffc3aae (patch) | |
tree | 4beaecc08e6c3666b73782066d6afd903c472bc9 | |
parent | 577bd60e393e75b1a136a74e2e34b6a1a067993d (diff) |
configure.ac: quote the xyes for the libunwind check
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53a572e..8b838fd 100644 --- a/configure.ac +++ b/configure.ac @@ -255,7 +255,7 @@ AM_CONDITIONAL(HAVE_VALGRIND, [test "x$VALGRIND" != "x"]) AM_CONDITIONAL(BUILD_TESTS, [test "x$build_tests" = "xyes"]) AM_CONDITIONAL(RUN_TESTS, [test "x$run_tests" = "xyes"]) AM_CONDITIONAL(BUILD_DOCS, [test "x$build_documentation" = "xyes"]) -AM_CONDITIONAL(HAVE_LIBUNWIND, [test "x$HAVE_LIBUNWIND" = xyes]) +AM_CONDITIONAL(HAVE_LIBUNWIND, [test "x$HAVE_LIBUNWIND" = "xyes"]) AM_CONDITIONAL(BUILD_EVENTGUI, [test "x$build_eventgui" = "xyes"]) AC_CONFIG_FILES([Makefile |