configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4762788eb4ab7f2278861aaf9b9d6d665db61310 Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Wed Mar 21 20:20:49 2012 +0100
AC_PROG_GREP (I'm pedantic, am I not?) diff --git a/configure.in b/configure.in index 66dcf18..08cd362 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
_______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits