configure.ac: don't use an undefined variable
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 4 Nov 2015 14:37:34 +0000 (15:37 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 4 Nov 2015 14:41:26 +0000 (15:41 +0100)
commit486ad0ba5c8ec68e3978d66aecb21d2efd764753
tree69c41221baeb85b776531330e6c59603a34b856d
parentb76f4825c5e57609b8179f886c371f33bdd6b138
configure.ac: don't use an undefined variable

If the environment lacks of gstreamer development packages, this error will
be reported to the user: "gstreamer- was not found"

This is because we are using an undefined variable in the printed message. The
fix simple changes the variable for the hard-coded string "1.0".

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=757283
configure.ac