Author: grothoff
Date: 2006-05-07 14:17:02 -0700 (Sun, 07 May 2006)
New Revision: 2769
Modified:
Extractor/m4/abi-gsf.m4
Extractor/src/main/extractor.c
Log:
fix
Modified: Extractor/m4/abi-gsf.m4
===================================================================
--- Extractor/m4/abi-gsf.m4 2006-05-07 14:57:24 UTC (rev 2768)
+++ Extractor/m4/abi-gsf.m4 2006-05-07 21:17:02 UTC (rev 2769)
@@ -70,8 +70,10 @@
abi_gsf_message="yes, with GNOME support"
else if test "x$have_gsf" = "xtrue" ; then
abi_gsf_message="yes, without GNOME support"
+ AC_DEFINE(HAVE_GSF, 1, [Have gsf])
else
abi_gsf_message="no"
+ AC_DEFINE(HAVE_GSF, 0, [Have gsf])
fi
fi
Modified: Extractor/src/main/extractor.c
===================================================================
--- Extractor/src/main/extractor.c 2006-05-07 14:57:24 UTC (rev 2768)
+++ Extractor/src/main/extractor.c 2006-05-07 21:17:02 UTC (rev 2769)
@@ -185,7 +185,7 @@
#define QTSO ""
#endif
-#if HAVE_GLIB
+#if HAVE_GSF
#define OLESO "libextractor_ole2:"
#else
#define OLESO ""
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn