[Liblas-commits] r1250 - trunk/m4

liblas-commits at liblas.org liblas-commits at liblas.org
Mon May 4 13:16:33 EDT 2009


Author: hobu
Date: Mon May  4 13:16:33 2009
New Revision: 1250
URL: http://liblas.org/changeset/1250

Log:
more descriptive error messages

Modified:
   trunk/m4/ax_lib_oracle_oci.m4

Modified: trunk/m4/ax_lib_oracle_oci.m4
==============================================================================
--- trunk/m4/ax_lib_oracle_oci.m4	(original)
+++ trunk/m4/ax_lib_oracle_oci.m4	Mon May  4 13:16:33 2009
@@ -197,7 +197,7 @@
             ],
             [
             oci_header_found="no"
-            AC_MSG_RESULT([not found])
+            AC_MSG_RESULT([ header not found])
             ]
         )
         AC_LANG_POP([C++])
@@ -226,7 +226,7 @@
                 ],
                 [
                 oci_lib_found="no"
-                AC_MSG_RESULT([not found])
+                AC_MSG_RESULT([library not found])
                 ]
             )
             AC_LANG_POP([C++])


More information about the Liblas-commits mailing list