~ubuntu-branches/ubuntu/natty/eog/natty

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-22 22:40:44 UTC
  • mfrom: (1.14.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622224044-dwxx7h6hl0n0b0lk
Tags: 2.30.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define(eog_major_version,  2)
4
4
m4_define(eog_minor_version, 30)
5
 
m4_define(eog_micro_version,  1)
 
5
m4_define(eog_micro_version,  2)
6
6
m4_define(eog_version, eog_major_version.eog_minor_version.eog_micro_version)
7
7
 
8
8
AC_INIT([eog], eog_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=eog], [eog])
227
227
                           have_libjpeg_80=yes],
228
228
                          [AC_MSG_RESULT(no)
229
229
                           have_libjpeg_80=no])
230
 
        AM_CONDITIONAL(HAVE_LIBJPEG_80, test "x$have_libjpeg_80" = xyes)
231
230
 
232
231
      else
233
232
          AC_MSG_WARN(*** JPEG loader will not be built (JPEG header file not found) ***)
243
242
  fi
244
243
AC_SUBST(LIBJPEG)
245
244
AM_CONDITIONAL(ENABLE_JPEG, test x$have_jpeg = xyes)
 
245
AM_CONDITIONAL(HAVE_LIBJPEG_80, test "x$have_libjpeg_80" = xyes)
246
246
 
247
247
# ****************
248
248
# D-Bus activation