really make libcanberra-gtk optional

2009-01-31  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: really make libcanberra-gtk optional

svn path=/trunk/; revision=9226
This commit is contained in:
Jens Granseuer 2009-01-31 16:39:43 +00:00 committed by Jens Granseuer
parent 854c2ca50b
commit 68a80abe3b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-01-31 Jens Granseuer <jensgr@gmx.net>
* configure.in: really make libcanberra-gtk optional
2009-01-31 Jens Granseuer <jensgr@gmx.net>
* configure.in: modify test statement for better portability

View file

@ -64,7 +64,7 @@ PKG_CHECK_MODULES(LIBCANBERRA_GTK, libcanberra-gtk, [
CANBERRA_GTK=1
AC_SUBST(LIBCANBERRA_GTK_CFLAGS)
AC_SUBST(LIBCANBERRA_GTK_LIBS)
], [])
], [:])
AM_CONDITIONAL(HAVE_LIBCANBERRA_GTK, test "x$CANBERRA_GTK" = "x1")
AM_CONDITIONAL(HAVE_TYPING_BREAK, test "x$TYPING_BREAK" = xtyping-break)