~timchen119/notify-osd/notify-osd.precise.lp404658

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-08 21:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120208210841-9qx73rmc180g60vz
Tags: upstream-0.9.33
ImportĀ upstreamĀ versionĀ 0.9.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(notify-osd, 0.9.32, dx-team@canonical.com)
 
1
AC_INIT(notify-osd, 0.9.33, dx-team@canonical.com)
2
2
 
3
3
AC_CONFIG_SRCDIR(src/main.c)
4
4
AC_CONFIG_HEADERS(config.h)
37
37
# libwnck used by the dnd code
38
38
#
39
39
PKG_CHECK_MODULES([WNCK], [libwnck-3.0])
 
40
AC_CHECK_LIB(wnck-3,wnck_shutdown, have_wnck_shutdown=yes,)
 
41
if test "$have_wnck_shutdown" = "yes"; then
 
42
  AC_DEFINE(HAVE_WNCK_SHUTDOWN, 1, [Define to 1 if libwnck provides wnck_shutdown()])
 
43
fi
 
44
 
40
45
 
41
46
#
42
47
# libnotify, used unit-tests 
69
74
AC_SUBST(NOTIFY_OSD_LIBS)
70
75
 
71
76
#
 
77
# libm
 
78
#
 
79
 
 
80
AC_CHECK_LIBM
 
81
AC_SUBST(LIBM)
 
82
 
 
83
#
72
84
# checks for building C- or C#-examples
73
85
#
74
86
AC_DEFUN([CHECK_FOR_MONO_STUFF],