~eeejay/+junk/gtk-sharp2

« back to all changes in this revision

Viewing changes to configure.in.in

  • Committer: choff
  • Date: 2009-08-12 08:28:25 UTC
  • Revision ID: vcs-imports@canonical.com-20090812082825-5a0vgp2znwycwy3t
2009-08-12  Christian Hoff  <christian_hoff@gmx.net>

        * configure.in.in: Detect GDK backend.
        * */*.dll.config.in: Link against the libs of the correct GDK backend
        instead of using x11 on Linux/win32 on Windows.
        Patch by Christian Hergert.     [Fixes 527840]

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
AC_SUBST(GLADE_CFLAGS)
191
191
AC_SUBST(GLADE_LIBS)
192
192
 
 
193
GDK_BACKEND=`pkg-config --variable=target gtk+-2.0`
 
194
AC_SUBST(GDK_BACKEND)
 
195
 
193
196
AC_PATH_PROG(MDASSEMBLER, mdassembler, no)
194
197
AC_PATH_PROG(MONODOCER, monodocer, no)
195
198
if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then