]> granicus.if.org Git - postgis/commitdiff
Minor message tweaks regarding GDAL/OGR detection
authorBborie Park <bkpark at ucdavis.edu>
Sat, 8 Sep 2012 01:18:04 +0000 (01:18 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 8 Sep 2012 01:18:04 +0000 (01:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10259 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 322e50e355e242a17f1f31b695413860a18e78a6..ce0ab76bc7b8ba09619387a673304aa128f816b7 100644 (file)
@@ -1010,15 +1010,15 @@ if test "x$with_raster" != "xno"; then
                AC_CHECK_HEADERS(
                        [gdal.h ogr_api.h cpl_conv.h],
                        [],
-                       [AC_MSG_ERROR([could not find headers include related to gdal])])
+                       [AC_MSG_ERROR([could not find GDAL headers])])
 
                dnl Ensure we can link against gdal
-               AC_SEARCH_LIBS([GDALAllRegister], [gdal], [], [AC_MSG_ERROR([could not find gdal])], [])
+               AC_SEARCH_LIBS([GDALAllRegister], [gdal], [], [AC_MSG_ERROR([could not find GDAL])], [])
 
                LIBS="$LIBGDAL_LDFLAGS"
 
                dnl Ensure we can link against ogr
-               AC_SEARCH_LIBS([OGRRegisterAll], [gdal], [], [AC_MSG_ERROR([could not find gdal])], [])
+               AC_SEARCH_LIBS([OGRRegisterAll], [gdal], [], [AC_MSG_ERROR([could not find OGR])], [])
 
                LIBS="$LIBGDAL_LDFLAGS"