f-spot r3595 - trunk



Author: sdelcroix
Date: Thu Jan 24 13:46:45 2008
New Revision: 3595
URL: http://svn.gnome.org/viewvc/f-spot?rev=3595&view=rev

Log:
2008-01-24  Stephane Delcroix  <sdelcroix novell com>

	* configure.in: rmeove the check for Mono.GetOptions.dll


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Jan 24 13:46:45 2008
@@ -42,7 +42,7 @@
 
 dnl -- check for various mono DLLs that we need.
 
-needed_dlls="Mono.Data.SqliteClient Mono.Posix System.Runtime.Remoting System.Web System.Web.Services Mono.GetOptions"
+needed_dlls="Mono.Data.SqliteClient Mono.Posix System.Runtime.Remoting System.Web System.Web.Services"
 for i in $needed_dlls; do
   AC_MSG_CHECKING([for $i.dll])
   if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0//$i.dll \); then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]