dnl  -----------
dnl | Database/GDA check |----------------------------------------------
dnl  -----------
AC_ARG_ENABLE(database, [  --enable-database=[no/yes]      enable database 
support [default=no]], enable_database="$enableval", enable_dat$

if test "x$enable_database" = "xyes" ; then
    PKG_CHECK_MODULES(GDA, libgda >= 1.0)
    use_gda=yes
else
    use_gda=no
fi

AM_CONDITIONAL(HAVE_GDA, test x$use_gda = xyes)

if test "x$enable_database" = "xyes" ; then
    PKG_CHECK_MODULES(GDA, libgda-2.0 >= 1.0)
    have_gda2=yes
else
    have_gda2=no
fi

AM_CONDITIONAL(HAVE_GDA2, test x$have_gda2 = xyes)
dnl -----------------------------------------------------------

-- 
Planner needs transition from libgda2-dev to libgda3-dev
https://bugs.launchpad.net/bugs/182941
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to