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:
parent
854c2ca50b
commit
68a80abe3b
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2009-01-31 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* configure.in: modify test statement for better portability
|
* configure.in: modify test statement for better portability
|
||||||
|
|
|
@ -64,7 +64,7 @@ PKG_CHECK_MODULES(LIBCANBERRA_GTK, libcanberra-gtk, [
|
||||||
CANBERRA_GTK=1
|
CANBERRA_GTK=1
|
||||||
AC_SUBST(LIBCANBERRA_GTK_CFLAGS)
|
AC_SUBST(LIBCANBERRA_GTK_CFLAGS)
|
||||||
AC_SUBST(LIBCANBERRA_GTK_LIBS)
|
AC_SUBST(LIBCANBERRA_GTK_LIBS)
|
||||||
], [])
|
], [:])
|
||||||
AM_CONDITIONAL(HAVE_LIBCANBERRA_GTK, test "x$CANBERRA_GTK" = "x1")
|
AM_CONDITIONAL(HAVE_LIBCANBERRA_GTK, test "x$CANBERRA_GTK" = "x1")
|
||||||
|
|
||||||
AM_CONDITIONAL(HAVE_TYPING_BREAK, test "x$TYPING_BREAK" = xtyping-break)
|
AM_CONDITIONAL(HAVE_TYPING_BREAK, test "x$TYPING_BREAK" = xtyping-break)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue