On Fri, 2005-04-08 at 00:24 +0200, MDK wrote: > I think there is a small mistake in configure.in for Beagle. Line 321: > > DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp` > > should be: > > DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1`
This change will cause problems. Except for the header file check, we always use DBUS_PREFIX to find dbus-sharp related things. In particular, we use it to set the MONO_GAC_PREFIX. Maybe instead we should define: DBUS_SHARP_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp` DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1` and then use DBUS_PREFIX for the header check and DBUS_SHARP_PREFIX for everything else. Thanks, -J _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
