Minor simplification for package checking.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3448 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-01-04 23:32:33 +00:00
parent 0f0dbac7cd
commit e8ac3d2be2

View File

@ -173,8 +173,8 @@ def configure(conf):
# checked with cc not cxx
conf.check_tool('compiler_cxx intltool misc')
conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK', mandatory=True)
conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK')
conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK',
mandatory=True, args='--cflags --libs')
# GTK version check
have_gtk_210 = False