laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-abis/+/14868


Change subject: Use HAVE_E1D in C source, not ENABLE_E1D
......................................................................

Use HAVE_E1D in C source, not ENABLE_E1D

The config.g files contains HAVE_E1D.

Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
---
M src/e1_input.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/68/14868/1

diff --git a/src/e1_input.c b/src/e1_input.c
index ca24e11..dc2c3c4 100644
--- a/src/e1_input.c
+++ b/src/e1_input.c
@@ -877,7 +877,7 @@
 #ifdef HAVE_DAHDI_USER_H
        e1inp_dahdi_init();
 #endif
-#ifdef ENABLE_E1D
+#ifdef HAVE_E1D
        e1inp_e1d_init();
 #endif
        e1inp_ipaccess_init();

--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/14868
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib7d2db6703300b7d537c78ad9285948673d8b1d3
Gerrit-Change-Number: 14868
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to