]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed extconf.c breakage introduced in r376306.
authorDavid M. Lee <dlee@digium.com>
Fri, 16 Nov 2012 00:08:56 +0000 (00:08 +0000)
committerDavid M. Lee <dlee@digium.com>
Fri, 16 Nov 2012 00:08:56 +0000 (00:08 +0000)
To quote wdoekes:
> Note that I'm not confirming legitimacy of having that file in tree at
> all. Is anyone using aelparse/conf2ael?
........

Merged revisions 376340 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@376342 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/extconf.c

index 8245a161f1606e159858e3a3a8d39d2e8f2aedd6..3c2d695247b0abb1583ea96c663979d55008e645 100644 (file)
@@ -153,6 +153,7 @@ void ast_console_puts(const char *string);
 #define LOG_DTMF    __LOG_DTMF, _A_
 
 /* lock.h */
+#define _ASTERISK_LOCK_H /* A small indication that this is horribly wrong. */
 
 #ifndef        HAVE_MTX_PROFILE
 #define        __MTX_PROF(a)   return pthread_mutex_lock((a))