summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte2011-08-24 08:32:38 +0200
committerHarald Welte2011-08-24 08:32:38 +0200
commit3bc78855390d1fde57615572a7ca05c7dcb5e226 (patch)
tree56bba99d5e2f6f9aca6d48eaa76cce5c7da1a245 /configure.ac
parentmISDN: optionally bypass kernel LAPD code and use userspace LAPD (diff)
downloadlibosmo-abis-3bc78855390d1fde57615572a7ca05c7dcb5e226.tar.gz
libosmo-abis-3bc78855390d1fde57615572a7ca05c7dcb5e226.tar.xz
libosmo-abis-3bc78855390d1fde57615572a7ca05c7dcb5e226.zip
re-introduce optional build of DAHDI input plugin
We should only build it when the dahdi/user.h file is actually present.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3fdc050..f14f047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
-AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_ERROR(DAHDI input driver headers missing))
+AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
AC_OUTPUT(
libosmoabis.pc