f-spot r4675 - trunk
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4675 - trunk
- Date: Fri, 26 Dec 2008 12:28:50 +0000 (UTC)
Author: sdelcroix
Date: Fri Dec 26 12:28:50 2008
New Revision: 4675
URL: http://svn.gnome.org/viewvc/f-spot?rev=4675&view=rev
Log:
do not hardcode compiler
2008-12-26 Stephane Delcroix <sdelcroix novell com>
* configure.in:
* Makefile.include: fix for bgo #565617
Modified:
trunk/ChangeLog
trunk/Makefile.include
trunk/configure.in
Modified: trunk/Makefile.include
==============================================================================
--- trunk/Makefile.include (original)
+++ trunk/Makefile.include Fri Dec 26 12:28:50 2008
@@ -40,8 +40,8 @@
## Build
CSC_FLAGS = -debug
-CSC = gmcs $(CSC_FLAGS) -target:exe
-CSC_LIB = gmcs $(CSC_FLAGS) -target:library
+CSC = $(MCS) $(CSC_FLAGS) -target:exe
+CSC_LIB = $(MCS) $(CSC_FLAGS) -target:library
## Runtime
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Dec 26 12:28:50 2008
@@ -317,9 +317,6 @@
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
-CSC=gmcs
-AC_SUBST(CSC)
-
expanded_libdir=`( case $prefix in NONE) prefix=$ac_default_prefix ;; *) ;; esac
case $exec_prefix in NONE) exec_prefix=$prefix ;; *) ;; esac
eval echo $libdir )`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]