mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 23:32:40 +01:00
19 lines
418 B
Diff
19 lines
418 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -1633,16 +1633,6 @@
|
|
#
|
|
AC_MSG_ERROR([Due to freedesktop.org bug 74029, D-Bus capture support is not available on OS X])
|
|
;;
|
|
- esac
|
|
- else
|
|
- case "$host_os" in
|
|
-
|
|
- darwin*)
|
|
- #
|
|
- # https://bugs.freedesktop.org/show_bug.cgi?id=74029
|
|
- #
|
|
- ;;
|
|
-
|
|
*)
|
|
AC_CHECK_PROG([PKGCONFIG], [pkg-config], [pkg-config], [no])
|
|
if test "x$PKGCONFIG" != "xno"; then
|