Just do not compile bug-replay(1) if libxml2-2.5.9 is not available.
authorshort <>
Sat, 16 Aug 2003 10:57:35 +0000 (10:57 +0000)
committershort <>
Sat, 16 Aug 2003 10:57:35 +0000 (10:57 +0000)
src/client/bug-replay/Makefile.am

index e46c399..b7086ca 100644 (file)
@@ -22,4 +22,8 @@ captive_bug_replay_SOURCES= \
                main.c
 captive_bug_replay_CFLAGS=                   $(LIBXML_CFLAGS) $(GNOME_VFS_MODULE_CFLAGS)
 captive_bug_replay_LDADD =$(captive_library) $(LIBXML_LIBS)
-bin_PROGRAMS+=captive-bug-replay
+
+if HAVE_LIBXML_BUFFERING
+captive_bug_replay_cond=captive-bug-replay
+endif
+bin_PROGRAMS+=$(captive_bug_replay_cond)