[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Wed Feb 27 09:23:30 PST 2013
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 628498847bf94489073633b2ec5b931a53b05224
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 27 18:23:07 2013 +0100
Typo
Change-Id: Icac6db07f9a963187282eb9b437bcc6dc85b52a1
diff --git a/configure.ac b/configure.ac
index 4d41a41..c457aac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5156,9 +5156,9 @@ if test "$_os" != "WINNT" -o "$WITH_MINGW" = "yes"; then
SAL_TYPES_ALIGNMENT2=$ac_cv_alignof_short
SAL_TYPES_ALIGNMENT4=$ac_cv_alignof_int
- if test $ac_cv_alignof_long -eq 8; then
+ if test $ac_cv_sizeof_long -eq 8; then
SAL_TYPES_ALIGNMENT8=$ac_cv_alignof_long
- elif test $ac_cv_alignof_double -eq 8; then
+ elif test $ac_cv_sizeof_double -eq 8; then
SAL_TYPES_ALIGNMENT8=$ac_cv_alignof_double
else
AC_MSG_ERROR([Cannot find alignment of 8 byte types.])
More information about the Libreoffice-commits
mailing list