Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
lcr162
> lcr-misdnuser.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lcr-misdnuser.diff of Package lcr162 (Revision 14)
Currently displaying revision
14
,
show latest
From: Jan Engelhardt <jengelh@medozas.de> Date: 2011-10-24 00:00:35.878287272 +0200 Upstream: tbd build: fix path of mISDN include file --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: lcr/configure.ac =================================================================== --- lcr.orig/configure.ac +++ lcr/configure.ac @@ -205,7 +205,7 @@ AC_CHECK_LIB([pthread], [main]) AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([fcntl.h netinet/in.h stdlib.h string.h sys/file.h sys/ioctl.h sys/socket.h sys/time.h unistd.h ctype.h assert.h mISDNuser/mbuffer.h assert.h]) +AC_CHECK_HEADERS([fcntl.h netinet/in.h stdlib.h string.h sys/file.h sys/ioctl.h sys/socket.h sys/time.h unistd.h ctype.h assert.h mISDN/mbuffer.h assert.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL