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
VideoLAN
VLC Browser Plugins
Commits
31fa806f
Commit
31fa806f
authored
Jan 04, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call AC_PROG_OBJCXX unconditionally
There's no problem with that even if it's not on the system
parent
96aca36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
31fa806f
...
...
@@ -43,6 +43,7 @@ AC_PROG_CC_C99
AC_USE_SYSTEM_EXTENSIONS
AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to '2' to get glibc warnings.])
AC_PROG_CXX
AC_PROG_OBJCXX
dnl override platform specific check for dependent libraries
dnl otherwise libtool linking of shared libraries will
...
...
@@ -102,7 +103,6 @@ case "${host_os}" in
esac
AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin")
AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
AM_COND_IF([HAVE_DARWIN], [AC_PROG_OBJCXX])
LT_INIT
...
...
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