Changeset 10436
- Timestamp:
- Apr 1, 2010, 10:17:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r10435 r10436 294 294 [enable_libnotify=yes]) 295 295 use_libnotify=no 296 if test "x$ enable_libnotify" = "xyes"; then297 if test "x$ have_libnotify" = "xyes"; then296 if test "x$have_libnotify" = "xyes"; then 297 if test "x$enable_libnotify" = "xyes" ; then 298 298 use_libnotify=yes 299 299 AC_DEFINE([HAVE_LIBNOTIFY], 1) 300 else 301 LIBNOTIFY_CFLAGS= 302 LIBNOTIFY_LIBS= 300 303 fi 301 304 fi … … 310 313 [enable_libappindicator=yes]) 311 314 use_libappindicator=no 312 if test "x$ enable_libappindicator" = "xyes"; then313 if test "x$ have_libappindicator" = "xyes"; then315 if test "x$have_libappindicator" = "xyes"; then 316 if test "x$enable_libappindicator" = "xyes" ; then 314 317 use_libappindicator=yes 315 AC_SUBST(LIBAPPINDICATOR_LIBS)316 AC_SUBST(LIBAPPINDICATOR_CFLAGS)317 318 AC_DEFINE([HAVE_LIBAPPINDICATOR], 1) 319 else 320 LIBAPPINDICATOR_CFLAGS= 321 LIBAPPINDICATOR_LIBS= 318 322 fi 319 323 fi … … 326 330 AS_HELP_STRING([--enable-libcanberra],[enable sounds]),, 327 331 [enable_libcanberra=yes]) 328 if test "x$ enable_libcanberra" = "xyes"; then329 if test "x$ have_libcanberra" = "xyes"; then332 if test "x$have_libcanberra" = "xyes"; then 333 if test "x$enable_libcanberra" = "xyes" ; then 330 334 use_canberra=yes 331 335 AC_DEFINE([HAVE_LIBCANBERRA], 1) 336 else 337 LIBCANBERRA_CFLAGS= 338 LIBCANBERRA_LIBS= 332 339 fi 333 340 fi … … 340 347 AS_HELP_STRING([--enable-gconf2],[enable GConf support]),, 341 348 [enable_gconf2=yes]) 342 if test "x$ enable_gconf2" = "xyes"; then343 if test "x$ have_gconf2" = "xyes"; then349 if test "x$have_gconf2" = "xyes"; then 350 if test "x$enable_gconf2" = "xyes" ; then 344 351 use_gconf2=yes 345 352 AC_DEFINE([HAVE_GCONF2], 1) 353 else 354 GCONF2_CFLAGS= 355 GCONF2_LIBS= 346 356 fi 347 357 fi
Note: See TracChangeset
for help on using the changeset viewer.