comparison configure.ac @ 3950:57ff64831bec

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Nov 2007 05:32:56 +0200
parents 1a4add0eba07
children 5a0ff5e965f6
comparison
equal deleted inserted replaced
3949:57dd6ddaa8af 3950:57ff64831bec
1 1
2 dnl Process this file with autoconf to produce a configure script. 2 dnl Process this file with autoconf to produce a configure script.
3 AC_INIT([audacious], [1.4.0], [bugs+audacious@atheme.org]) 3 AC_INIT([audacious], [1.4.1], [bugs+audacious@atheme.org])
4 AC_PREREQ([2.59]) 4 AC_PREREQ([2.59])
5 5
6 AC_CANONICAL_HOST 6 AC_CANONICAL_HOST
7 AC_CANONICAL_TARGET 7 AC_CANONICAL_TARGET
8 8
85 [enable_user_plugin_dir=yes] 85 [enable_user_plugin_dir=yes]
86 ) 86 )
87 87
88 dnl Check for GTK/GLib/GThread/Pango 88 dnl Check for GTK/GLib/GThread/Pango
89 89
90 PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.6.0 gthread-2.0 pango], 90 PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.10.0 gthread-2.0 pango],
91 [ADD_PC_REQUIRES([glib-2.0 >= 2.10.0, gtk+-2.0 >= 2.6.0])], 91 [ADD_PC_REQUIRES([glib-2.0 >= 2.10.0, gtk+-2.0 >= 2.10.0])],
92 [AC_MSG_ERROR([Cannot find glib2/gtk2/pango])] 92 [AC_MSG_ERROR([Cannot find glib2/gtk2/pango])]
93 ) 93 )
94 94
95 dnl Check for GLib. 95 dnl Check for GLib.
96 96