[GRASS-SVN] r47304 - grass/branches/develbranch_6

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


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

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

Modified: grass/branches/develbranch_6/aclocal.m4
===================================================================
--- grass/branches/develbranch_6/aclocal.m4	2011-07-29 11:42:24 UTC (rev 47303)
+++ grass/branches/develbranch_6/aclocal.m4	2011-07-29 11:42:38 UTC (rev 47304)
@@ -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