We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cff649 commit 1236b2aCopy full SHA for 1236b2a
build-aux/ax_rust_boilerplate.m4
@@ -6,7 +6,7 @@ AC_DEFUN_ONCE([AX_RUST_BOILERPLATE], [
6
AC_ARG_ENABLE(debug,
7
AS_HELP_STRING([--enable-debug],
8
[Build Rust code with debugging information]))
9
- AM_CONDITIONAL([DEBUG_RELEASE], [test "x$debug_release" = "xyes"])
+ AM_CONDITIONAL([DEBUG_RELEASE], [test "x$enable_debug" = "xyes"])
10
11
AC_ARG_ENABLE([dependency-checks],
12
AS_HELP_STRING([--disable-dependency-checks],
0 commit comments