Mercurial > pidgin
comparison configure.ac @ 22430:d83adbf0c92c
merge of '372b94fab52b770bd853506200652575d0588539'
and 'e4b22781fe6c2a7cd1133ee36a308ede967be25e'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 06 Mar 2008 15:55:39 +0000 |
parents | eab5bc54e163 |
children | 2c757739ee77 efaecb71baad |
comparison
equal
deleted
inserted
replaced
22429:b0b8c94118c8 | 22430:d83adbf0c92c |
---|---|
660 dnl ####################################################################### | 660 dnl ####################################################################### |
661 AC_ARG_ENABLE(gstreamer, | 661 AC_ARG_ENABLE(gstreamer, |
662 [AC_HELP_STRING([--disable-gstreamer], [compile without GStreamer audio support])], | 662 [AC_HELP_STRING([--disable-gstreamer], [compile without GStreamer audio support])], |
663 enable_gst="$enableval", enable_gst="yes") | 663 enable_gst="$enableval", enable_gst="yes") |
664 if test "x$enable_gst" != "xno"; then | 664 if test "x$enable_gst" != "xno"; then |
665 PKG_CHECK_MODULES(GSTREAMER, [gstreamer-0.10], [ | 665 PKG_CHECK_MODULES(GSTREAMER, [gstreamer-0.10 >= 0.10.10], [ |
666 AC_DEFINE(USE_GSTREAMER, 1, [Use GStreamer for playing sounds]) | 666 AC_DEFINE(USE_GSTREAMER, 1, [Use GStreamer for playing sounds]) |
667 AC_SUBST(GSTREAMER_CFLAGS) | 667 AC_SUBST(GSTREAMER_CFLAGS) |
668 AC_SUBST(GSTREAMER_LIBS) | 668 AC_SUBST(GSTREAMER_LIBS) |
669 ], [ | 669 ], [ |
670 AC_MSG_RESULT(no) | 670 AC_MSG_RESULT(no) |