diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-02 18:18:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-02 18:18:46 +0800 |
commit | d462005a1704b8d5342b7972217eceb33019dc43 (patch) | |
tree | 6443e3c3e1d79e3414621ccb14cbe7e204275310 | |
parent | 4e394ed0c42790879cbb7a5004f8c9a85ee1f713 (diff) | |
download | gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar.gz gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar.bz2 gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar.lz gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar.xz gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.tar.zst gsoc2013-empathy-d462005a1704b8d5342b7972217eceb33019dc43.zip |
configure.ac: fix typo
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f450d0446..141a813f1 100644 --- a/configure.ac +++ b/configure.ac @@ -228,7 +228,7 @@ AC_ARG_ENABLE(gst-1.0, enable_gst1=$enableval, enable_gst1=auto) -# Try to use GStreamer 1.à if available +# Try to use GStreamer 1.0 if available have_gst1="no" if test "x$enable_gst1" != "xno"; then PKG_CHECK_MODULES(EMPATHY_CALL, |