[Libreoffice-commits] .: configure.in

David Tardon dtardon at kemper.freedesktop.org
Fri Sep 9 03:35:40 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7e77d2cbceb0fdf7bd299876bb51bd20d232030
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Sep 9 12:34:57 2011 +0200

    add missing $

diff --git a/configure.in b/configure.in
index 2a70fd6..fad509a 100755
--- a/configure.in
+++ b/configure.in
@@ -1757,7 +1757,7 @@ dnl Extra check for Windows. Cygwin builds need gcc to build dmake
 dnl although MSVC is used to build other build-time tools and 
 dnl LibreOffice itself.
 dnl ===================================================================
-if test "build_os" = "cygwin" ; then
+if test "$build_os" = "cygwin" ; then
     AC_MSG_CHECKING([for Cygwin gcc/g++])
     if which gcc > /dev/null && which g++ > /dev/null ; then
         AC_MSG_RESULT([found])


More information about the Libreoffice-commits mailing list