configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f7462595f27db69e43fc85463102cd74b2ff81df Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Sun Aug 11 23:21:46 2013 +0200
add missing 'test' Change-Id: I43dfc0e73de36ee920f0d22307600c357b3f2df2 diff --git a/configure.ac b/configure.ac index c7c9638..8ff7dd3 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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits