Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9a1fc909
Commit
9a1fc909
authored
Aug 31, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: fixed zeta check
parent
f5808afe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
configure.ac
configure.ac
+5
-4
No files found.
configure.ac
View file @
9a1fc909
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.7
0
2003/08/
29
1
9
:5
0:12 fenri
r Exp $
dnl $Id: configure.ac,v 1.7
1
2003/08/
31
1
5
:5
5:56 tite
r Exp $
AC_INIT(vlc,0.6.3-cvs)
...
...
@@ -136,15 +136,16 @@ case "${target_os}" in
CFLAGS_save="${CFLAGS_save} -Wno-multichar"; CFLAGS="${CFLAGS_save}"
CXXFLAGS_save="${CXXFLAGS_save} -Wno-multichar"; CXXFLAGS="${CXXFLAGS_save}"
AX_ADD_LDFLAGS([vlc beos],[-lbe])
AX_ADD_CXXFLAGS([beos],[])
AX_ADD_LDFLAGS([beos],[-lmedia -ltranslation -ltracker -lgame])
dnl Check for BONE presence
AC_CHECK_LIB(socket, connect,
AX_ADD_LDFLAGS([vlc access_mms ipv4 httpd],[-lsocket -lbind]))
dnl Check for Zeta
AC_CHECK_LIB(zeta, find_directory_r, AX_ADD_LDFLAGS([vlc beos],[-lzeta]))
dnl Kludgy check for Zeta
if test -f /boot/beos/system/lib/libzeta.so; then
AX_ADD_LDFLAGS([beos],[-lzeta])
fi
;;
*)
SYS="${target_os}"
...
...
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