[asterisk-commits] twilson: branch twilson/calendaring r155710 - /team/twilson/calendaring/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 10 02:16:15 CST 2008


Author: twilson
Date: Mon Nov 10 02:16:15 2008
New Revision: 155710

URL: http://svn.digium.com/view/asterisk?view=rev&rev=155710
Log:
Newer version of libical give warnings if you try to include <ical.h> instead of <libical/libical.h>.  Since we are now using the newer location in our #include, update configure.ac to search for libical/ical.h

Modified:
    team/twilson/calendaring/configure
    team/twilson/calendaring/configure.ac

Modified: team/twilson/calendaring/configure.ac
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/configure.ac?view=diff&rev=155710&r1=155709&r2=155710
==============================================================================
--- team/twilson/calendaring/configure.ac (original)
+++ team/twilson/calendaring/configure.ac Mon Nov 10 02:16:15 2008
@@ -720,7 +720,7 @@
   PBX_ICONV=1
 fi
 
-AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [-lpthread])
+AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [libical/ical.h], [-lpthread])
 
 AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
 




More information about the asterisk-commits mailing list