Kaydet (Commit) d7e77d2c authored tarafından David Tardon's avatar David Tardon

add missing $

üst 20de64b7
...@@ -1757,7 +1757,7 @@ dnl Extra check for Windows. Cygwin builds need gcc to build dmake ...@@ -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 although MSVC is used to build other build-time tools and
dnl LibreOffice itself. dnl LibreOffice itself.
dnl =================================================================== dnl ===================================================================
if test "build_os" = "cygwin" ; then if test "$build_os" = "cygwin" ; then
AC_MSG_CHECKING([for Cygwin gcc/g++]) AC_MSG_CHECKING([for Cygwin gcc/g++])
if which gcc > /dev/null && which g++ > /dev/null ; then if which gcc > /dev/null && which g++ > /dev/null ; then
AC_MSG_RESULT([found]) AC_MSG_RESULT([found])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment