Skip to content

Commit

Permalink
Fix typo in an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed May 24, 2024
1 parent f64356f commit 5dbe645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AC_DEFUN([AC_BUILD_PARTS],
case "$withval" in
yes) build_clients="yes" ;;
no) build_clients="no" ;;
*) AC_MSG_ERROR([bad value $withval for --with-client]) ;;
*) AC_MSG_ERROR([bad value $withval for --with-clients]) ;;
esac
],
[ build_clients="$build_all" ])
Expand Down

0 comments on commit 5dbe645

Please sign in to comment.