Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F/afsql warning fixes rebased to master #829

Merged
merged 3 commits into from Dec 8, 2015

Commits on Dec 8, 2015

  1. afsql: remove remainders of ENABLE_SQL condition compilation

    The entire module is either compiled or not in case the required
    dependencies are available, no need to support conditional compilations
    within the module. Parts of that have recently been removed, but the
    grammar still had one instance, remove that too.
    
    Signed-off-by: Balazs Scheidler <balazs.scheidler@balabit.com>
    bazsi authored and lbudai committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    122018c View commit details
    Browse the repository at this point in the history
  2. afsql: bump minimal version of libdbi to 0.9.0 and require newer inte…

    …rfaces
    
    Signed-off-by: Balazs Scheidler <balazs.scheidler@balabit.com>
    bazsi authored and lbudai committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    e2f3da9 View commit details
    Browse the repository at this point in the history
  3. configure.ac: fix up LIBDBI check to actually drive the afsql decision

    Signed-off-by: Balazs Scheidler <balazs.scheidler@balabit.com>
    bazsi authored and lbudai committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    0af316a View commit details
    Browse the repository at this point in the history