patch-configure 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- dovecot-1.1.7.orig/configure 2008-11-23 23:16:38.000000000 +0100
  3. +++ dovecot-1.1.7/configure 2008-12-22 14:15:16.000000000 +0100
  4. @@ -34792,23 +34792,6 @@ if ! $RPCGEN -c /dev/null > /dev/null; t
  5. fi
  6. -have_rquota=no
  7. -if test -f /usr/include/rpcsvc/rquota.x && test -n "$RPCGEN"; then
  8. -
  9. -cat >>confdefs.h <<\_ACEOF
  10. -#define HAVE_RQUOTA
  11. -_ACEOF
  12. -
  13. - have_rquota=yes
  14. -fi
  15. - if test "$have_rquota" = "yes"; then
  16. - HAVE_RQUOTA_TRUE=
  17. - HAVE_RQUOTA_FALSE='#'
  18. -else
  19. - HAVE_RQUOTA_TRUE='#'
  20. - HAVE_RQUOTA_FALSE=
  21. -fi
  22. -
  23. if test "$want_solr" != "no"; then
  24. # Extract the first word of "curl-config", so it can be a program name with args.
  25. @@ -35340,13 +35323,6 @@ echo "$as_me: error: conditional \"BUILD
  26. Usually this means the macro was only invoked conditionally." >&2;}
  27. { (exit 1); exit 1; }; }
  28. fi
  29. -if test -z "${HAVE_RQUOTA_TRUE}" && test -z "${HAVE_RQUOTA_FALSE}"; then
  30. - { { echo "$as_me:$LINENO: error: conditional \"HAVE_RQUOTA\" was never defined.
  31. -Usually this means the macro was only invoked conditionally." >&5
  32. -echo "$as_me: error: conditional \"HAVE_RQUOTA\" was never defined.
  33. -Usually this means the macro was only invoked conditionally." >&2;}
  34. - { (exit 1); exit 1; }; }
  35. -fi
  36. if test -z "${BUILD_SOLR_TRUE}" && test -z "${BUILD_SOLR_FALSE}"; then
  37. { { echo "$as_me:$LINENO: error: conditional \"BUILD_SOLR\" was never defined.
  38. Usually this means the macro was only invoked conditionally." >&5