Changeset 12292

Show
Ignore:
Timestamp:
10/01/07 23:03:34 (1 year ago)
Author:
warmerdam
Message:

fix messages in sqlite section but reporting dods (#1881)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/configure.in

    r12215 r12292  
    17221722        LIBS="$LIBS -L$with_sqlite/lib -lsqlite3" 
    17231723        SQLITE_INC="-I$with_sqlite/include" 
    1724         AC_MSG_RESULT(setting DODS root directory to $with_sqlite) 
     1724        AC_MSG_RESULT(setting SQLite root directory to $with_sqlite) 
    17251725    fi 
    17261726    HAVE_SQLITE=yes 
    17271727fi 
    17281728 
    1729 dnl This is used by the GNUmakefile in frmts/dods (via GDALmake.opt) 
    17301729AC_SUBST(SQLITE_INC) 
    17311730AC_SUBST(HAVE_SQLITE)