diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-21 20:20:49 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-21 20:20:49 +0100 |
commit | 4762788eb4ab7f2278861aaf9b9d6d665db61310 (patch) | |
tree | b4bc5daf0b42780c643762e1bfd66c406e64cf90 /configure.in | |
parent | e065cfc6746161f8ee43c9f32abc728987696043 (diff) |
AC_PROG_GREP (I'm pedantic, am I not?)
Diffstat (limited to 'configure.in')
-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 |