You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pe...@apache.org on 2011/08/03 20:07:08 UTC

svn commit: r1153599 - /subversion/trunk/build/ac-macros/neon.m4

Author: peters
Date: Wed Aug  3 18:07:08 2011
New Revision: 1153599

URL: http://svn.apache.org/viewvc?rev=1153599&view=rev
Log:
* build/ac-macros/neon.m4 (SVN_NEON_CONFIG): Clarify an error message.

Found by: Douglas Mencken <dougmencken{_AT_}gmail.com>

Modified:
    subversion/trunk/build/ac-macros/neon.m4

Modified: subversion/trunk/build/ac-macros/neon.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/neon.m4?rev=1153599&r1=1153598&r2=1153599&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/neon.m4 (original)
+++ subversion/trunk/build/ac-macros/neon.m4 Wed Aug  3 18:07:08 2011
@@ -121,7 +121,8 @@ int main()
               if test "$shared_linking" = "no"; then
                 NEON_LIBS=`$PKG_CONFIG neon --libs --static`
                 LIBS="$LIBS $NEON_LIBS"
-                AC_LINK_IFELSE([AC_LANG_SOURCE([[$neon_test_code]])], , AC_MSG_ERROR([cannot find Neon]))
+                AC_LINK_IFELSE([AC_LANG_SOURCE([[$neon_test_code]])], ,
+                               AC_MSG_ERROR([cannot find a usable Neon library]))
               fi
               CFLAGS="$old_CFLAGS"
               LIBS="$old_LIBS"