Cross-Platform build scripts for audio plugins
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.

53 lines
1021B

  1. diff --git a/configure b/configure
  2. index 87d9990..0e8c97f 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -19443,6 +19443,7 @@ LIBS="$LIBS $pkg_LIBS"
  6. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7. /* end confdefs.h. */
  8. +#include <stdio.h>
  9. int
  10. main ()
  11. @@ -19552,6 +19553,7 @@ LIBS="$LIBS $pkg_LIBS"
  12. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  13. /* end confdefs.h. */
  14. +#include <stdio.h>
  15. int
  16. main ()
  17. @@ -19659,6 +19661,7 @@ LIBS="$LIBS $pkg_LIBS"
  18. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  19. /* end confdefs.h. */
  20. +#include <stdio.h>
  21. int
  22. main ()
  23. @@ -19772,6 +19775,7 @@ LIBS="$LIBS $pkg_LIBS"
  24. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  25. /* end confdefs.h. */
  26. +#include <stdio.h>
  27. int
  28. main ()
  29. @@ -19877,6 +19881,7 @@ LIBS="$LIBS $pkg_LIBS"
  30. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  31. /* end confdefs.h. */
  32. +#include <stdio.h>
  33. int
  34. main ()
  35. @@ -20021,6 +20026,7 @@ LIBS="$LIBS $pkg_LIBS"
  36. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  37. /* end confdefs.h. */
  38. +#include <stdio.h>
  39. int
  40. main ()