[GRASS-SVN] r47303 - grass/branches/releasebranch_6_4

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 29 07:42:24 EDT 2011


Author: neteler
Date: 2011-07-29 04:42:24 -0700 (Fri, 29 Jul 2011)
New Revision: 47303

Modified:
   grass/branches/releasebranch_6_4/aclocal.m4
Log:
Fix LOC_CHECK_FUNC error message: backport r47301

Modified: grass/branches/releasebranch_6_4/aclocal.m4
===================================================================
--- grass/branches/releasebranch_6_4/aclocal.m4	2011-07-29 02:20:47 UTC (rev 47302)
+++ grass/branches/releasebranch_6_4/aclocal.m4	2011-07-29 11:42:24 UTC (rev 47303)
@@ -201,8 +201,8 @@
 ],[
 ifelse($8,[],[
 ifelse($2,[],
-    [AC_MSG_ERROR([*** Unable to locate $2.])],
-    [AC_MSG_ERROR([*** Unable to locate $1.])]
+    [AC_MSG_ERROR([*** Unable to locate $1.])],
+    [AC_MSG_ERROR([*** Unable to locate $2.])]
 )
 ],$8)
 ])



More information about the grass-commit mailing list