summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-10-19 11:59:20 +0000
committerphintuka <phintuka>2010-10-19 11:59:20 +0000
commitfeeb166c4cf0104101afef0c88c6a48354750d60 (patch)
tree10f9b4c2b6fa35ca6753b3284167ac921559ae86 /configure
parent274df09ea0f085939bb8cfe2ed739008519195e6 (diff)
downloadxineliboutput-feeb166c4cf0104101afef0c88c6a48354750d60.tar.gz
xineliboutput-feeb166c4cf0104101afef0c88c6a48354750d60.tar.bz2
Finished the --cc and --cxx switch functionality.
(Thanks to Christian Ruppert)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 48f1ec33..ec587759 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# * $Id: configure,v 1.27 2010-10-19 11:56:28 phintuka Exp $
+# * $Id: configure,v 1.28 2010-10-19 11:59:20 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -450,6 +450,8 @@ echo >> $makefile
enabled libxine && echo "XINEPLUGINDIR=$XINEPLUGINDIR" >> $makefile && echo >> $makefile
# cc/ld flags
+echo "CC = $CC">>$makefile
+echo "CXX = $CXX">>$makefile
echo "CFLAGS_XINE += $CFLAGS_XINE">>$makefile
echo "CFLAGS_VDR += $CFLAGS_VDR">>$makefile
echo "CFLAGS_X11 += $CFLAGS_X11">>$makefile