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
e4ee1c1b
Commit
e4ee1c1b
authored
Jan 31, 2004
by
Rocky Bernstein
Browse files
Try for POSIX pthread semantics on Solaris.
parent
11fe3053
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e4ee1c1b
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.16
7
2004/01/
29
1
8
:4
8:40 gbazin
Exp $
dnl $Id: configure.ac,v 1.16
8
2004/01/
31
1
6
:4
4:58 rocky
Exp $
AC_INIT(vlc,0.7.1-cvs)
...
...
@@ -154,6 +154,9 @@ case "${target_os}" in
;;
solaris*)
SYS=solaris
# _POSIX_PTHREAD_SEMANTICS is needed to get the POSIX ctime_r
# Perhaps it is useful other places as well?
CFLAGS_save="${CFLAGS_save} -D_POSIX_PTHREAD_SEMANTICS"; CFLAGS="${CFLAGS_save}"
;;
hpux*)
SYS=hpux
...
...
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