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

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