From c1eb844ef3a5b0b98be50a1b53faf193303a1b03 Mon Sep 17 00:00:00 2001 From: citats Date: Mon, 21 Jun 2004 04:32:42 +0000 Subject: Make zaptel HDLC build autodetect work if hdlc has been compiled as a module git-svn-id: http://svn.digium.com/svn/zaptel/trunk@415 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zconfig.h') diff --git a/zconfig.h b/zconfig.h index 1b63cf2..696628c 100755 --- a/zconfig.h +++ b/zconfig.h @@ -57,7 +57,7 @@ /* We now use the linux kernel config to detect which options to use */ /* You can still override them below */ -#ifdef CONFIG_HDLC +#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE) #define CONFIG_ZAPATA_NET #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20) #define CONFIG_OLD_HDLC_API -- cgit v1.2.3