[Libreoffice-commits] .: configure.in
Christian Lohmaier
cloph at kemper.freedesktop.org
Thu Mar 22 06:12:09 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c4da6d5191bbd7ceb299dc422f62987683d743c
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Thu Mar 22 14:11:01 2012 +0100
Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it
This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310.
diff --git a/configure.in b/configure.in
index c6df5f1..cdd4b42 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
More information about the Libreoffice-commits
mailing list