Przeglądaj źródła

libLAS casing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47792 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 lat temu
rodzic
commit
f7ac590749
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      configure
  2. 1 1
      configure.in

+ 1 - 1
configure

@@ -15077,7 +15077,7 @@ echo "  LAPACK support:             `if test -n "${USE_LAPACK}" ; then echo yes
 
 echo "  Large File support (LFS):   `if test -n "${USE_LARGEFILES}" ; then echo yes ; else echo no ; fi`"
 
-echo "  LIBLAS support:             `if test -n "${USE_LIBLAS}" ; then echo yes ; else echo no ; fi`"
+echo "  libLAS support:             `if test -n "${USE_LIBLAS}" ; then echo yes ; else echo no ; fi`"
 
 echo "  MySQL support:              `if test -n "${USE_MYSQL}" ; then echo yes ; else echo no ; fi`"
 

+ 1 - 1
configure.in

@@ -1946,7 +1946,7 @@ LOC_MSG_USE(GEOS support,USE_GEOS)
 LOC_MSG_USE(JPEG support,USE_JPEG)
 LOC_MSG_USE(LAPACK support,USE_LAPACK)
 LOC_MSG_USE(Large File support (LFS), USE_LARGEFILES)
-LOC_MSG_USE(LIBLAS support,USE_LIBLAS)
+LOC_MSG_USE(libLAS support,USE_LIBLAS)
 LOC_MSG_USE(MySQL support,USE_MYSQL)
 LOC_MSG_USE(NLS support,USE_NLS)
 LOC_MSG_USE(ODBC support,USE_ODBC)