diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2012-03-22 14:11:01 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2012-03-22 14:11:01 +0100 |
commit | 7c4da6d5191bbd7ceb299dc422f62987683d743c (patch) | |
tree | 5b47eae0fe58b13271ce30b4c88fd00325e2a64a | |
parent | aacea7da465b6667e80d87a6c074e092a8908cf6 (diff) |
Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it
This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c6df5f1b4fba..cdd4b42789da 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_PROG_GREP +AC_PATH_PROG(GREP, grep) if test "$build_os" = "cygwin"; then EXEEXT_FOR_BUILD=.exe |