~ubuntu-branches/debian/sid/ardesia/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki, Frédéric Bonnard
  • Date: 2014-08-16 12:10:01 UTC
  • Revision ID: package-import@ubuntu.com-20140816121001-1vt1dwf9b2p2x488
Tags: 1.1-2
[ Frédéric Bonnard ]
patch from ardesia upstream to fix, and use of dh-autoreconf to
rebuild configure (Closes: #746085) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#######
80
80
# Gtk 3
81
81
#######
82
 
AM_PATH_GTK_3_0(gtk_required_version, :,
83
 
  AC_MSG_ERROR(Test for GTK3+ failed. See the file 'INSTALL' for help.),
84
 
  gthread)
85
 
 
86
82
AC_MSG_CHECKING([if GTK+ is version 2.99.3 or newer])
87
83
if $PKG_CONFIG --atleast-version=2.99.3 gtk+-3.0; then
88
84
  have_gtk3=yes