diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66dcf18e57ce..08cd3620e7d9 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,7 @@ AC_SUBST(CROSS_COMPILING) AC_PROG_EGREP # AC_PROG_EGREP doesn't set GREP on all systems as well -AC_PATH_PROG(GREP, grep) +AC_PROG_GREP if test "$build_os" = "cygwin"; then EXEEXT_FOR_BUILD=.exe |