configure: fixed incorrect variable name that prevented --disable-xdnd to work
commite545b2abf99b1c4114799a3957d5d94c42d61bb7
authorRodolfo García Peñas (kix) <kix@kix.es>
Sun, 28 Jun 2015 15:09:11 +0000 (28 17:09 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Jun 2015 22:44:17 +0000 (28 19:44 -0300)
treec698f59f0e51be46b656d6dea0277f63cf8856f8
parentb6f48ee9b85aeb2abbd555241381eead0153d83d
configure: fixed incorrect variable name that prevented --disable-xdnd to work

The name of the variable used in the AM_CONDITIONAL check was not aligned
with the name used at the other places of the file, which made the test
always succeed, making the conditional always enabled, causing an
unnecessary file to be included if user asked to disable the feature,
feature which was still not enabled.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac