11 lines
381 B
Text
11 lines
381 B
Text
--- configure.ac.orig 2012-08-23 08:40:54.000000000 +0200
|
|
+++ configure.ac 2012-08-23 11:47:20.000000000 +0200
|
|
@@ -34,7 +32,7 @@
|
|
|
|
dnl checks for required libraries
|
|
dnl pthreads
|
|
-AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -lpthread"])
|
|
+AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -pthread"])
|
|
|
|
dnl libmath (for rtl_fm)
|
|
AC_CHECK_LIB(m, atan2, [LIBS="$LIBS -lm"])
|