summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-08-11 23:21:46 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-08-11 23:22:01 +0200
commitf7462595f27db69e43fc85463102cd74b2ff81df (patch)
treeb9798aa05130e404aea2428ae5b7fb1ed0cb1601 /configure.ac
parentf0772f616b66665f8a5f53186f009146d36f1ef1 (diff)
add missing 'test'
Change-Id: I43dfc0e73de36ee920f0d22307600c357b3f2df2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c7c9638f4e09..8ff7dd307a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2871,7 +2871,7 @@ if test $_os = Darwin -a "$ENABLE_MACOSX_SANDBOX" = YES; then
LIBO_URE_SHARE_FOLDER=Resources/ure
LIBO_URE_SHARE_JAVA_FOLDER=Resources/java
AC_DEFINE(HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE)
-elif $_os = WINNT; then
+elif test $_os = WINNT; then
LIBO_BIN_FOLDER=program
LIBO_ETC_FOLDER=program
LIBO_LIBEXEC_FOLDER=program