--- configure.in-orig	2007-06-27 13:48:16.000000000 -0500
+++ configure.in	2007-10-01 09:10:08.000000000 -0500
@@ -1556,12 +1556,11 @@
     else
         LIBS="$LIBS -L$with_sqlite/lib -lsqlite3"
         SQLITE_INC="-I$with_sqlite/include"
-        AC_MSG_RESULT(setting DODS root directory to $with_sqlite)
+        AC_MSG_RESULT(using SQLite library from $with_sqlite)
     fi
     HAVE_SQLITE=yes
 fi
 
-dnl This is used by the GNUmakefile in frmts/dods (via GDALmake.opt)
 AC_SUBST(SQLITE_INC)
 AC_SUBST(HAVE_SQLITE)
 
