Skip to content

Commit

Permalink
typo (ERNEL<-KERNEL) in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase authored and james-d-mitchell committed Sep 9, 2023
1 parent d2794fe commit 2625924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ AC_ARG_ENABLE([debug],
)
AC_MSG_CHECKING([whether to enable debug mode])
AC_MSG_RESULT([$enable_debug])
ERNEL_DEBUG=$enable_debug
KERNEL_DEBUG=$enable_debug
AC_SUBST(KERNEL_DEBUG)

# Check if HPCombi is enable, and available
Expand Down

0 comments on commit 2625924

Please sign in to comment.