mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.3 KiB

  1. --- ./configure.ac.orig 2004-12-13 15:52:30.369565408 +0100
  2. +++ ./configure.ac 2004-12-13 15:53:04.141431304 +0100
  3. @@ -723,7 +723,7 @@
  4. SASL_INCLUDED=1
  5. else
  6. AC_MSG_RESULT(no)
  7. - AC_MSG_CHECKING([if <sasl/sasl.h> works])
  8. + AC_MSG_CHECKING([if <sasl2/sasl.h> works])
  9. AC_COMPILE_IFELSE([[#include <sasl/sasl.h>
  10. int main(int argc,char **argv){ int v = SASL_LOG_PASS; }]],P_HAS_SASL_SASL_H=1)
  11. if test "${P_HAS_SASL_SASL_H}x" != "x" ; then
  12. --- ./configure.orig 2004-12-13 15:52:23.727575144 +0100
  13. +++ ./configure 2004-12-13 15:53:36.228553320 +0100
  14. @@ -5138,10 +5138,10 @@
  15. else
  16. echo "$as_me:$LINENO: result: no" >&5
  17. echo "${ECHO_T}no" >&6
  18. - echo "$as_me:$LINENO: checking if <sasl/sasl.h> works" >&5
  19. -echo $ECHO_N "checking if <sasl/sasl.h> works... $ECHO_C" >&6
  20. + echo "$as_me:$LINENO: checking if <sasl2/sasl.h> works" >&5
  21. +echo $ECHO_N "checking if <sasl2/sasl.h> works... $ECHO_C" >&6
  22. cat >conftest.$ac_ext <<_ACEOF
  23. -#include <sasl/sasl.h>
  24. +#include <sasl2/sasl.h>
  25. int main(int argc,char **argv){ int v = SASL_LOG_PASS; }
  26. _ACEOF
  27. rm -f conftest.$ac_objext
  28. --- ./src/ptclib/psasl.cxx.orig 2004-12-13 16:21:32.500721216 +0100
  29. +++ ./src/ptclib/psasl.cxx 2004-12-13 16:21:41.794308376 +0100
  30. @@ -58,7 +58,7 @@
  31. extern "C" {
  32. #if P_HAS_SASL_SASL_H
  33. -#include <sasl/sasl.h>
  34. +#include <sasl2/sasl.h>
  35. #else
  36. #include <sasl.h>
  37. #endif