Author: mjordan Date: Wed Feb 25 17:08:43 2015 New Revision: 432280 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432280 Log: configure: Promote SQLite3 "not installed" warning to error
Since Asterisk won't build without the library, not having it is definitely an error. Thanks to Kyle Kurz for pointing this out. Modified: branches/11/configure branches/11/configure.ac Modified: branches/11/configure.ac URL: http://svnview.digium.com/svn/asterisk/branches/11/configure.ac?view=diff&rev=432280&r1=432279&r2=432280 ============================================================================== --- branches/11/configure.ac (original) +++ branches/11/configure.ac Wed Feb 25 17:08:43 2015 @@ -2154,8 +2154,8 @@ AST_EXT_LIB_CHECK([SQLITE3], [sqlite3], [sqlite3_open], [sqlite3.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}]) if test "${PBX_SQLITE3}" != 1; then - AC_MSG_WARN(*** Asterisk now uses SQLite3 for the internal Asterisk database.) - AC_MSG_WARN(*** Please install the SQLite3 development package.) + AC_MSG_ERROR(*** Asterisk now uses SQLite3 for the internal Asterisk database.) + AC_MSG_ERROR(*** Please install the SQLite3 development package.) exit 1 fi -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits