Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92758 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in-old (+18 lines)
Lines 599-604 Link Here
599
599
600
AC_MSG_CHECKING(for svn libraries)
600
AC_MSG_CHECKING(for svn libraries)
601
601
602
AC_ARG_ENABLE(subversion,
603
  [  --disable-subversion          Disable subversion support in Anjuta.],
604
  [ if test "$enableval" = "no"; then
605
        user_disabled_subversion=1
606
    fi ],
607
  [ user_disabled_subversion=0 ] )
608
609
if test "$user_disabled_subversion" = 1; then
610
    AC_MSG_RESULT(disabled by user)
611
	SVN_INCLUDE=""
612
	AM_CONDITIONAL(BUILD_SVN, [test -n "$SVN_INCLUDE"])
613
else
614
dnl configuring subversion
615
dnl subversion also needs neon and apr 
616
		
602
APR_CONFIGS="apr-config /usr/local/apr/bin/apr-config"
617
APR_CONFIGS="apr-config /usr/local/apr/bin/apr-config"
603
SVN_SUBDIR="svn"
618
SVN_SUBDIR="svn"
604
AC_ARG_WITH(apr-config,
619
AC_ARG_WITH(apr-config,
Lines 767-772 Link Here
767
AC_SUBST(SVN_LIB)
782
AC_SUBST(SVN_LIB)
768
AC_SUBST(SVN_CFLAGS)
783
AC_SUBST(SVN_CFLAGS)
769
784
785
dnl end of subversion config block ? 
786
fi  
787
770
dnl ***************************************************************************
788
dnl ***************************************************************************
771
dnl Checks for Additional stuffs
789
dnl Checks for Additional stuffs
772
dnl ***************************************************************************
790
dnl ***************************************************************************

Return to bug 92758