summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorPavel Cisler <pavel@eazel.com>2000-06-26 11:56:12 +0000
committerPavel Cisler <pce@src.gnome.org>2000-06-26 11:56:12 +0000
commit9f30b1c47a6c3f6bbfec4c076634051354126c62 (patch)
tree4deb6d73efedc40ca3f30eb0bc62561b40ad06bc /acconfig.h
parenta59d6685a634b7adad43af864399f6d4f547be24 (diff)
downloadnautilus-9f30b1c47a6c3f6bbfec4c076634051354126c62.tar.gz
Fix build breakage caused recent changes to make GnomeVFS compile without
2000-06-26 Pavel Cisler <pavel@eazel.com> * acconfig.h: * configure.in: Fix build breakage caused recent changes to make GnomeVFS compile without OAF support. Some GnomeVFS headers now require USING_OAF to be defined and when included from Nautilus, this define was missing. Not sure this is the 100% correct way to do this but this should at least prevent people from being stuck with a broken build.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 34a85d89d..88c495649 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -6,3 +6,5 @@
#undef HAVE_PAM
#undef HAVE_RPM
#undef HAVE_STPCPY
+#undef USING_OAF
+