--- hal-0.5.8.1/configure 2007-01-13 16:45:19.000000000 +0100 +++ hal-0.5.8.1/configure 2007-01-13 16:46:14.000000000 +0100 @@ -22383,10 +22383,10 @@ fi; BUILD_MACBOOKPRO=no -if test "x$use_macbookpro" = "xyes" ; then +if test "x$with_macbookpro" = "xyes" ; then BUILD_MACBOOKPRO=yes -elif test "x$use_macbookpro" = "x" ; then - if test "$HAVE_LIBPCI" != "false" ; then +elif test "x$with_macbookpro" = "x" ; then + if test "$USE_LIBPCI" != "no" ; then case "${host}" in i[3456]86-*-linux*) BUILD_MACBOOKPRO=yes --- hal-0.5.8.1/configure.in 2007-01-13 16:45:22.000000000 +0100 +++ hal-0.5.8.1/configure.in 2007-01-13 16:50:36.000000000 +0100 @@ -250,10 +250,10 @@ dnl see if we should build macbookpro utils AC_ARG_WITH(macbookpro, [ --with-macbookpro Whether to build Macbook Pro utils (auto)]) BUILD_MACBOOKPRO=no -if test "x$use_macbookpro" = "xyes" ; then +if test "x$with_macbookpro" = "xyes" ; then BUILD_MACBOOKPRO=yes -elif test "x$use_macbookpro" = "x" ; then - if test "$HAVE_LIBPCI" != "false" ; then +elif test "xwith_macbookpro" = "x" ; then + if test "$USE_LIBPCI" != "no" ; then case "${host}" in i[[3456]]86-*-linux*) BUILD_MACBOOKPRO=yes