From feeb166c4cf0104101afef0c88c6a48354750d60 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 19 Oct 2010 11:59:20 +0000 Subject: Finished the --cc and --cxx switch functionality. (Thanks to Christian Ruppert) --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3