typo in configure.ac

This commit is contained in:
Bjarne von Horn
2024-04-03 10:39:37 +02:00
parent 19a347267c
commit e4f7122548
+1 -1
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
],