mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
lots more gmdb2 stuff, converted table export to glade, added schema export, toolbars, properties window to glade, et al.
This commit is contained in:
@@ -81,11 +81,11 @@ if test "$no_glib" == yes; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
AM_PATH_GTK_2_0(2.0.0)
|
||||
AM_CONDITIONAL(HAVE_GTK, test x$no_gtk = xtrue)
|
||||
AC_SUBST(HAVE_GTK)
|
||||
PKG_CHECK_MODULES(GNOME,libglade-2.0 libgnomeui-2.0)
|
||||
|
||||
if test "$no_gtk" != yes; then
|
||||
if test "$GNOME_CFLAGS" != ""; then
|
||||
AC_SUBST(GNOME_CFLAGS)
|
||||
AC_SUBST(GNOME_LIBS)
|
||||
OPTDIRS="$OPTDIRS gmdb2"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user