typo in configure.ac

This commit is contained in:
Bjarne von Horn 2024-02-12 09:45:45 +01:00
parent 19a347267c
commit e4f7122548
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ AC_ARG_ENABLE([kernel],
;;
no) enablekernel=0
;;
*) AC_MSG_ERROR([Invalid value for --enable-generic])
*) AC_MSG_ERROR([Invalid value for --enable-kernel])
;;
esac
],