]> git.0d.be Git - empathy.git/commitdiff
Fix AC_ARG_ENABLE usage
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 3 Sep 2012 11:33:13 +0000 (13:33 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 3 Sep 2012 12:10:22 +0000 (14:10 +0200)
configure.ac

index 3eea28357cba4dc9aa54e0e1d613ec4d4784e9f9..c8b9355e9a856705e2ed1bd620f718213315cbdd 100644 (file)
@@ -221,10 +221,12 @@ PKG_CHECK_MODULES(EMPATHY,
 # -----------------------------------------------------------
 AC_ARG_ENABLE(gst-1.0,
               AS_HELP_STRING([--enable-gst-1.0=@<:@no/yes/auto@:>@],
-                             [build with GStreamer 1.0]), enable_gst1=yes,
+                             [build with GStreamer 1.0]),
+                             enable_gst1=$enableval,
                              enable_gst1=auto)
 
 # Try to use GStreamer 1.à if available
+have_gst1="no"
 if test "x$enable_gst1" != "xno"; then
   PKG_CHECK_MODULES(EMPATHY_CALL,
   [