From 474c5bc3700735c2b26e760e135dd2398bbde9a1 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 19 Jan 2004 16:28:03 +0000 Subject: [PATCH] - Update for 1.8.3 release. - Fix ./configure for SuSE 9.0. (Logical change 1.267) --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f977290..862969f5 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # AC_PREREQ(2.57) -AC_INIT(ntfsprogs, 1.8.3-WIP, linux-ntfs-dev@lists.sourceforge.net) +AC_INIT(ntfsprogs, 1.8.3, linux-ntfs-dev@lists.sourceforge.net) AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR([config.h.in]) AM_CONFIG_HEADER([config.h]) @@ -73,6 +73,10 @@ AC_ARG_ENABLE(gnome-vfs, ) compile_gnome_vfs=false if test "$enable_gnome_vfs" != "no"; then + # Make compilation work on SuSE 9.0. + if test -d "/opt/gnome"; then + export PKG_CONFIG_PATH="/opt/gnome/lib/pkgconfig" + fi PKG_CHECK_MODULES(LIBNTFS_GNOMEVFS, [glib-2.0 gthread-2.0 gnome-vfs-module-2.0], [ compile_gnome_vfs=true ], [