Subversion Repositories liboop

Compare Revisions

Regard whitespace Rev 65 → Rev 66

/trunk/debian/patches/conditional_dependencies.patch
45,8 → 45,8
AC_DEFINE(HAVE_GLIB)
],[:])
fi
+AM_CONDITIONAL([WANT_GLIB], [test -n "have_glib"])
+AM_CONDITIONAL([WANT_GLIB2], [test -n "have_glib2"])
+AM_CONDITIONAL([WANT_GLIB], [test -n "$have_glib"])
+AM_CONDITIONAL([WANT_GLIB2], [test -n "$have_glib2"])
if test xno != x$with_tcl; then
for version in "" 8.4 8.3 8.2 8.1 8.0 ; do