author | Michael Krelin <hacker@klever.net> | 2007-05-10 14:47:10 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-05-10 14:47:10 (UTC) |
commit | 5c17a28c08a60b93d1b9c1476ea4bac811f2d22d (patch) (side-by-side diff) | |
tree | aaf905043faf6378533d265cab186aa35c5dffe8 /app-pda/pilot-link/files/pilot-link-0.12.2-build.patch | |
parent | 779b7be86f185d86633bf25759c31d12d1c1a157 (diff) | |
download | misc-5c17a28c08a60b93d1b9c1476ea4bac811f2d22d.zip misc-5c17a28c08a60b93d1b9c1476ea4bac811f2d22d.tar.gz misc-5c17a28c08a60b93d1b9c1476ea4bac811f2d22d.tar.bz2 |
app-pda/pilot-link: really fixed m4 patch
Diffstat (limited to 'app-pda/pilot-link/files/pilot-link-0.12.2-build.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | app-pda/pilot-link/files/pilot-link-0.12.2-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/pilot-link/files/pilot-link-0.12.2-build.patch b/app-pda/pilot-link/files/pilot-link-0.12.2-build.patch index d2961b5..e26ccb7 100644 --- a/app-pda/pilot-link/files/pilot-link-0.12.2-build.patch +++ b/app-pda/pilot-link/files/pilot-link-0.12.2-build.patch @@ -66,24 +66,24 @@ index 68a05f2..4da0626 100644 fi + use_bluez="$have_bluez" if test "x$have_bluez" = xyes; then AC_DEFINE(HAVE_BLUEZ, 1, [Define if we have BlueZ bluetooth support]) AC_MSG_RESULT([enabled]) @@ -366,7 +369,7 @@ if test "x$use_bluez" != "xno"; then fi fi -AM_CONDITIONAL(WITH_BLUEZ, test x$have_bluez = "xyes") +AM_CONDITIONAL(WITH_BLUEZ, test x$use_bluez != "xno") dnl ********************************* diff --git a/pilot-link.m4.in b/pilot-link.m4.in index 129dfc3..a271c74 100644 ---- a/pilot-link.m4 -+++ b/pilot-link.m4 +--- a/pilot-link.m4.in ++++ b/pilot-link.m4.in @@ -1,5 +1,3 @@ -AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])dnl - AC_DEFUN([AC_PILOT_LINK_HOOK], [ PILOT_LINK_VERS=0 |