summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-03-19 10:50:27 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-19 10:50:27 +0200
commit4fa48a11902791a7dbcae947b172ca3bb3e82b33 (patch)
tree566224bcc2b8f178bea295a8b0fb641c8464a2fa
parentf21960f3b34480ac1d81432ec599b7a6820adf01 (diff)
Do AC_PROG_EGREP before using $GREP
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 055e0610a3e1..694b32e4f0ab 100644
--- a/configure.in
+++ b/configure.in
@@ -61,6 +61,8 @@ else
fi
AC_SUBST(CROSS_COMPILING)
+AC_PROG_EGREP
+
if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe
SRC_ROOT=`pwd`
@@ -1976,7 +1978,6 @@ AC_ARG_WITH(system-libxml-for-build,
dnl ===================================================================
dnl check for required programs (grep, awk, sed, bash)
dnl ===================================================================
-AC_PROG_EGREP
pathmunge ()
{