Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
da38547a
Commit
da38547a
authored
Jul 01, 2003
by
Sam Hocevar
Browse files
* configure.ac: Ooops, got the attribute(packed) check upside-down.
parent
750c81c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
da38547a
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.
19
2003/07/01 17:
1
4:5
8
sam Exp $
dnl $Id: configure.ac,v 1.
20
2003/07/01 17:4
6
:5
0
sam Exp $
AC_INIT(vlc,0.6.0)
...
...
@@ -725,7 +725,7 @@ AC_CACHE_CHECK([for __attribute__((packed))],
[ac_cv_c_attribute_packed=no
AC_TRY_COMPILE(, [struct __attribute__((__packed__)) foo { int a; } b;],
[ac_cv_c_attribute_packed=yes])])
if test "${ac_cv_c_attribute_packed}" = "no"; then
if test "${ac_cv_c_attribute_packed}"
!
= "no"; then
AC_DEFINE(HAVE_ATTRIBUTE_PACKED, 1, Support for __attribute__((packed)) for structs)
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment