~ubuntu-branches/ubuntu/oneiric/mdbtools/oneiric

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Tim Retout
  • Date: 2010-04-18 03:33:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100418033323-j8u1j2b1swymal9j
Tags: 0.5.99.0.6pre1.0.20051109-7
* debian/control:
  + Update maintainer address.
  + Bump Standards-Version to 3.8.4. (No changes needed.)
  + Remove quilt from Build-Depends.
* debian/rules: Remove '--with quilt' dh option.
* debian/source/format: Switch to 3.0 (quilt).
* debian/patches/035-filelocals.patch: Refresh patch.
* debian/patches/070-unixodbc-api.patch: Update for changes to unixodbc
  API. (Closes: #577353)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
AM_ICONV
23
23
 
 
24
# add -DHAVE_INCONV to CFLAGS. We should not use #include <config.h> in
 
25
# public headers
 
26
if test "$am_cv_func_iconv" = "yes"; then
 
27
       CFLAGS="$CFLAGS -DHAVE_ICONV"
 
28
fi
 
29
 
24
30
dnl no optional stuff by default
25
31
OPTDIRS=""
26
32
 
112
118
        exit 1
113
119
fi
114
120
 
115
 
PKG_CHECK_MODULES(GNOME,libglade-2.0 libgnomeui-2.0, HAVE_GNOME=true, HAVE_GNOME=false)
 
121
PKG_CHECK_MODULES(GNOME,gtk+-2.0 >= 2.5 libglade-2.0 libgnomeui-2.0, HAVE_GNOME=true, HAVE_GNOME=false)
116
122
 
117
123
AC_ARG_ENABLE(gmdb2,
118
124
        AC_HELP_STRING([--disable-gmdb2], [do not build gmdb2]),