[asterisk-commits] qwell: branch group/ast_storage r65996 -
/team/group/ast_storage/res/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu May 24 12:13:24 MST 2007
Author: qwell
Date: Thu May 24 14:13:24 2007
New Revision: 65996
URL: http://svn.digium.com/view/asterisk?view=rev&rev=65996
Log:
We need to make sure we actually have unixodbc before we try to build this...
Modified:
team/group/ast_storage/res/res_storage_odbc.c
Modified: team/group/ast_storage/res/res_storage_odbc.c
URL: http://svn.digium.com/view/asterisk/team/group/ast_storage/res/res_storage_odbc.c?view=diff&rev=65996&r1=65995&r2=65996
==============================================================================
--- team/group/ast_storage/res/res_storage_odbc.c (original)
+++ team/group/ast_storage/res/res_storage_odbc.c Thu May 24 14:13:24 2007
@@ -23,6 +23,11 @@
* \ingroup res
*/
+/*** MODULEINFO
+ <depend>unixodbc</depend>
+ <depend>res_odbc</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
More information about the asterisk-commits
mailing list