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.

42 lines
1.5 KiB

  1. diff -dur hal-0.5.8.1/configure hal-0.5.8.1-p/configure
  2. --- hal-0.5.8.1/configure 2006-09-19 22:24:41.000000000 +0200
  3. +++ hal-0.5.8.1-p/configure 2006-12-30 13:49:17.000000000 +0100
  4. @@ -22383,10 +22383,10 @@
  5. fi;
  6. BUILD_MACBOOKPRO=no
  7. -if test "x$use_macbookpro" = "xyes" ; then
  8. +if test "x$with_macbookpro" = "xyes" ; then
  9. BUILD_MACBOOKPRO=yes
  10. -elif test "x$use_macbookpro" = "x" ; then
  11. - if test "$HAVE_LIBPCI" != "false" ; then
  12. +elif test "x$with_macbookpro" = "x" ; then
  13. + if test "x$HAVE_LIBPCI_TRUE" != "x#" ; then
  14. case "${host}" in
  15. i[3456]86-*-linux*)
  16. BUILD_MACBOOKPRO=yes
  17. @@ -22397,7 +22397,6 @@
  18. fi
  19. fi
  20. -
  21. if test x$BUILD_MACBOOKPRO = xyes; then
  22. BUILD_MACBOOKPRO_TRUE=
  23. BUILD_MACBOOKPRO_FALSE='#'
  24. diff -dur hal-0.5.8.1/configure.in hal-0.5.8.1-p/configure.in
  25. --- hal-0.5.8.1/configure.in 2006-09-19 22:24:05.000000000 +0200
  26. +++ hal-0.5.8.1-p/configure.in 2006-12-30 13:49:06.000000000 +0100
  27. @@ -250,10 +250,10 @@
  28. dnl see if we should build macbookpro utils
  29. AC_ARG_WITH(macbookpro, [ --with-macbookpro Whether to build Macbook Pro utils (auto)])
  30. BUILD_MACBOOKPRO=no
  31. -if test "x$use_macbookpro" = "xyes" ; then
  32. +if test "x$with_macbookpro" = "xyes" ; then
  33. BUILD_MACBOOKPRO=yes
  34. -elif test "x$use_macbookpro" = "x" ; then
  35. - if test "$HAVE_LIBPCI" != "false" ; then
  36. +elif test "x$with_macbookpro" = "x" ; then
  37. + if test "x$HAVE_LIBPCI_TRUE" != "x#" ; then
  38. case "${host}" in
  39. i[[3456]]86-*-linux*)
  40. BUILD_MACBOOKPRO=yes