summaryrefslogtreecommitdiff
path: root/include/dahdi/dahdi_config.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-14 15:40:17 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-14 15:40:17 +0000
commitf2188093c4410d342c9a688a81ebcf373247122e (patch)
tree112b304128031964c0e5f2d6e359b8f180ad04c0 /include/dahdi/dahdi_config.h
parent2a975378cfdceecdce41955b978fcd43b7aa038f (diff)
dahdi: Fix for when PPP support is compiled as a kernel module.
When compiling dahdi-linux I expect ppp support to be compiled in even if the kernel config has PPP configured as a module. (closes issue #17990) Reported by: jkroon Patches: dahdi-config-ppp.diff uploaded by jkroon (license 714) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9328 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include/dahdi/dahdi_config.h')
-rw-r--r--include/dahdi/dahdi_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h
index ca16ded..d477c71 100644
--- a/include/dahdi/dahdi_config.h
+++ b/include/dahdi/dahdi_config.h
@@ -75,7 +75,7 @@
#endif
#endif
-#ifdef CONFIG_PPP
+#if defined(CONFIG_PPP) || defined(CONFIG_PPP_MODULE)
#define CONFIG_DAHDI_PPP
#endif