summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-27 18:23:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-27 18:23:07 +0100
commit628498847bf94489073633b2ec5b931a53b05224 (patch)
tree777cb761b2eff5c237b9a874b59041359a9ec761 /configure.ac
parentf9cc34e45b720813df21552ae01852a9fdc77f62 (diff)
Typo
Change-Id: Icac6db07f9a963187282eb9b437bcc6dc85b52a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4d41a4106f94..c457aac8d7be 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.])