summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-21 20:20:49 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-21 20:20:49 +0100
commit4762788eb4ab7f2278861aaf9b9d6d665db61310 (patch)
treeb4bc5daf0b42780c643762e1bfd66c406e64cf90 /configure.in
parente065cfc6746161f8ee43c9f32abc728987696043 (diff)
AC_PROG_GREP (I'm pedantic, am I not?)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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