[Libreoffice-commits] .: configure.in
Christian Lohmaier
cloph at kemper.freedesktop.org
Wed Mar 21 10:28:33 PDT 2012
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e065cfc6746161f8ee43c9f32abc728987696043
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Wed Mar 21 18:27:26 2012 +0100
checking for egrep doesn't necessarily set GREP as well
diff --git a/configure.in b/configure.in
index 0c5093e..66dcf18 100644
--- a/configure.in
+++ b/configure.in
@@ -62,6 +62,8 @@ fi
AC_SUBST(CROSS_COMPILING)
AC_PROG_EGREP
+# AC_PROG_EGREP doesn't set GREP on all systems as well
+AC_PATH_PROG(GREP, grep)
if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe
More information about the Libreoffice-commits
mailing list