diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-12-14 02:37:14 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-12-14 02:37:14 +0000 |
commit | 3fd015a88040ec8ed1eb8de55db93a7675458d06 (patch) | |
tree | 50ac6f195c353ff1bbffa4796b1dcbafa8e2fbe8 /configure.in | |
parent | 65c2e7dd64adfc221f412ce371ccd89d1e53a84d (diff) | |
download | nautilus-3fd015a88040ec8ed1eb8de55db93a7675458d06.tar.gz |
The whole wazoo. It would work, except for a bug I blame on gnome-vfs.
The whole wazoo. It would work, except for a bug I blame on gnome-vfs.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cecebe9f5..efdbb11cb 100644 --- a/configure.in +++ b/configure.in @@ -25,14 +25,20 @@ AM_PATH_GLIB(1.2.0,, AC_MSG_ERROR([ *** GLIB 1.2.0 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/.])) + AM_PATH_GNOME(1.0.0,,AC_MSG_ERROR([*** GNOME 1.0.0 or better is -required.]), gdk_pixbuf gnorba bonobo) +required.]), gdk_pixbuf gnorba bonobo vfspthread) AC_SUBST(GDK_PIXBUF_CFLAGS) AC_SUBST(GDK_PIXBUF_LIBS) AC_SUBST(GNORBA_CFLAGS) AC_SUBST(GNORBA_LIBS) AC_SUBST(BONOBO_CFLAGS) AC_SUBST(BONOBO_LIBS) +VFS_CFLAGS="$VFSPTHREAD_CFLAGS" +VFS_LIBS="$VFSPTHREAD_LIBS" +AC_SUBST(VFS_CFLAGS) +AC_SUBST(VFS_LIBS) + AM_PATH_LIBGLADE(,AC_MSG_ERROR([*** Libglade 0.7 or better is needed.]), gnome) dnl Checks for typedefs, structures, and compiler characteristics. |