Группа :: Сети/Прочее
Пакет: bluez-utils
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: bluez-utils-aclocal.patch
--- aclocal.m4.orig 2005-11-01 06:29:54 +1200
+++ aclocal.m4 2005-12-01 00:47:07 +1200
@@ -122,7 +122,7 @@
test -d "${openobex_prefix}/include" && OPENOBEX_CFLAGS="$OPENOBEX_CFLAGS -I${openobex_prefix}/include"
CPPFLAGS="$CPPFLAGS $OPENOBEX_CFLAGS"
- AC_CHECK_HEADER(openobex/obex.h, openobex_found=yes, openobex_found=no)
+ AC_CHECK_HEADER(obex.h, openobex_found=yes, openobex_found=no)
OPENOBEX_LIBS=""
if (test "${prefix}" = "${openobex_prefix}"); then