Code

configure: Don't pre-set enable_<plugin> variables.
authorSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 15:49:59 +0000 (16:49 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 15:49:59 +0000 (16:49 +0100)
commitc1c69d3ba6a8891e5c93b6cf6fcf32225a76636e
treeec1190cbbc1fcc58310db99d7c5a3801b77bbb06
parentbef7167f0dc1fd405e35d5cbffb3c0820945a9ea
configure: Don't pre-set enable_<plugin> variables.

This would cause AC_SDB_PLUGIN to assume that the respective --enable-<plugin>
option was given on the command-line and, thus, behave unexpected when this is
not the case.
configure.ac