X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=a43b4764023315695c8d691832a39aed8b861ce6;hb=HEAD;hp=276593cd9dd935a283620f3b9d25b09987c04bf2;hpb=a593e2fbce8e66663b9e1f4f6377f2579879d1fd;p=thirdparty%2Fgit.git diff --git a/configure.ac b/configure.ac index 276593cd9d..d1a96da14e 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AC_DEFUN([GIT_PARSE_WITH_SET_MAKE_VAR], [AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1=VALUE], $3)], if test -n "$withval"; then - if test "$withval" = "yes" -o "$withval" = "no"; then + if test "$withval" = "yes" || test "$withval" = "no"; then AC_MSG_WARN([You likely do not want either 'yes' or 'no' as] [a value for $1 ($2). Maybe you do...?]) fi