summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 08:14:31 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 08:14:31 +0000
commit72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518 (patch)
treee73374d0019d70fe3163c029c95e44fc98c851ae /configure
parent50e63ed5bd100d9e456112d99c3cb181557df211 (diff)
downloadmpv-72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518.tar.bz2
mpv-72d4c8cdbb99f3d52ec1a3d8dc2e5385d2c56518.tar.xz
Compile C++ files with the same compiler as all other files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23509 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 802b1f67f6..f7d7fba115 100755
--- a/configure
+++ b/configure
@@ -7455,6 +7455,7 @@ LIBDIR = \$(DESTDIR)$_libdir
libdir = \$(LIBDIR)
#AR = ar
CC = $_cc
+CXX = $_cc
HOST_CC = $_host_cc
RANLIB = $_ranlib
LDCONFIG = $_ldconfig