[asterisk-commits] dlee: branch dlee/json_main r382812 - /team/dlee/json_main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Mar 11 14:31:12 CDT 2013


Author: dlee
Date: Mon Mar 11 14:31:08 2013
New Revision: 382812

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382812
Log:
pedantry

Modified:
    team/dlee/json_main/configure
    team/dlee/json_main/configure.ac

Modified: team/dlee/json_main/configure.ac
URL: http://svnview.digium.com/svn/asterisk/team/dlee/json_main/configure.ac?view=diff&rev=382812&r1=382811&r2=382812
==============================================================================
--- team/dlee/json_main/configure.ac (original)
+++ team/dlee/json_main/configure.ac Mon Mar 11 14:31:08 2013
@@ -517,7 +517,7 @@
 fi
 
 if test "x$JANSSON_LIB" == "x"; then
-  AC_MSG_ERROR([*** JSON not found (this typically means the libjansson development package is missing)])
+  AC_MSG_ERROR([*** JSON support not found (this typically means the libjansson development package is missing)])
 fi
 
 # Another mandatory item (unless it's explicitly disabled)




More information about the asterisk-commits mailing list