[vlc-commits] Call AC_PROG_OBJCXX unconditionally
Rafaël Carré
git at videolan.org
Fri Jan 4 13:13:26 CET 2013
npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Jan 4 13:12:56 2013 +0100| [31fa806f6f8353faa361e6ad7950338eaefb8814] | committer: Rafaël Carré
Call AC_PROG_OBJCXX unconditionally
There's no problem with that even if it's not on the system
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=31fa806f6f8353faa361e6ad7950338eaefb8814
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8143b67..8c5e7c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the vlc-commits
mailing list