summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-09 12:34:57 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-09 12:34:57 +0200
commitd7e77d2cbceb0fdf7bd299876bb51bd20d232030 (patch)
tree57f69ed33c333bb915da631a6ad0ba54de47a52c /configure.in
parent20de64b70e885b221317cf2a021829bc575d269c (diff)
add missing $
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2a70fd658f21..fad509a1f712 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])