Changeset 10435 for trunk/configure.ac
- Timestamp:
- Apr 1, 2010, 10:12:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r10391 r10435 266 266 use_dbus_glib=no 267 267 use_canberra=no 268 use_ libgconf=no268 use_gconf2=no 269 269 if test "x$want_gtk" = "xyes" ; then 270 270 if test "x$have_gtk" = "xyes"; then … … 333 333 fi 334 334 335 PKG_CHECK_MODULES([ LIBGCONF],335 PKG_CHECK_MODULES([GCONF2], 336 336 [gconf-2.0 >= $GCONF2_MINIMUM], 337 [have_ libgconf=yes],338 [have_ libgconf=no])337 [have_gconf2=yes], 338 [have_gconf2=no]) 339 339 AC_ARG_ENABLE([gconf2], 340 AS_HELP_STRING([--enable- libgconf],[enable GConf support]),,341 [enable_ libgconf=yes])342 if test "x$enable_ libgconf" = "xyes" ; then343 if test "x$have_ libgconf" = "xyes"; then344 use_ libgconf=yes345 AC_DEFINE([HAVE_ LIBGCONF], 1)340 AS_HELP_STRING([--enable-gconf2],[enable GConf support]),, 341 [enable_gconf2=yes]) 342 if test "x$enable_gconf2" = "xyes" ; then 343 if test "x$have_gconf2" = "xyes"; then 344 use_gconf2=yes 345 AC_DEFINE([HAVE_GCONF2], 1) 346 346 fi 347 347 fi … … 514 514 libnotify for 'download completed' popups: ${use_libnotify} 515 515 libcanberra for 'download completed' sounds: ${use_canberra} 516 libgconf to tell GNOME we handle magnet links: ${use_libgconf}516 gconf2 to tell GNOME we handle magnet links: ${use_gconf2} 517 517 libappindicator for Ubuntu-style system tray: ${use_libappindicator} 518 518
Note: See TracChangeset
for help on using the changeset viewer.