From 44d4ed1b37e389096db3e7c6e39638e7747ce075 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 11 May 2006 09:50:41 +0000 Subject: change the CFLAGS controlled by menuselect to be placed in a header file instead of being added to the compiler commands. This header file will be installed and modules built outside of the main tree will be able to use the same build options used to build the rest of Asterisk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26808 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ba9755110..32a37e4aa 100644 --- a/configure.ac +++ b/configure.ac @@ -111,6 +111,10 @@ AC_SUBST(PBX_OSTYPE) AC_GNU_SOURCE AH_TOP( +#ifndef MENUSELECT +#include "asterisk/buildopts.h" +#endif + #ifndef _REENTRANT #define _REENTRANT #endif -- cgit v1.2.3