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.

12 lines
612 B

  1. diff -ruN btscanner-1.0/configure.in btscanner-1.0-new/configure.in
  2. --- btscanner-1.0/configure.in 2003-10-14 13:01:20.000000000 +0200
  3. +++ btscanner-1.0-new/configure.in 2004-12-29 10:30:06.770321632 +0100
  4. @@ -12,7 +12,7 @@
  5. # Checks for libraries.
  6. AC_HAVE_LIBRARY(curses,,[AC_MSG_ERROR([Curses not found])])
  7. AC_HAVE_LIBRARY(bluetooth,,[AC_MSG_ERROR([Bluetooth not found])])
  8. -AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])])
  9. +# AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])])
  10. AC_HAVE_LIBRARY(pthread,,[AC_MSG_ERROR([Pthreads not found])])
  11. AC_HAVE_LIBRARY(gdbm,,[AC_MSG_ERROR([GDBM not found])])