aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 16:32:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 16:51:15 +0100
commit9c7fd8edc4f114ea77b955fb7aaac51fb5c828d4 (patch)
treeea8273f03a9581474df87db998e464c8dae96fec /configure.in
parente527ef105f8742b1e37677e58c5b69530e674cce (diff)
logging: Switch to using libosmocore logging for all the code
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b9e052f..e31a79e 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ AC_SUBST(EXEC_LDADD)
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h syslog.h unistd.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h])
# Check for if header
AC_CHECK_HEADERS([linux/if.h net/if.h])