'./configure' requirements made optional for various parts of projects.
[captive.git] / src / client / bug-replay / Makefile.am
index a844224..613ada2 100644 (file)
@@ -23,7 +23,7 @@ captive_bug_replay_SOURCES= \
 captive_bug_replay_CFLAGS=                   $(LIBXML_CFLAGS) $(GNOME_VFS_CFLAGS)
 captive_bug_replay_LDADD =$(captive_library) $(LIBXML_LIBS)   $(GNOME_VFS_LIBS)
 
-if HAVE_LIBXML_BUFFERING
+if ENABLE_BUG_REPLAY
 captive_bug_replay_cond=captive-bug-replay
 endif
 bin_PROGRAMS+=$(captive_bug_replay_cond)