Remove an extraneous / in the test for sqlite3.h headers

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3190 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2005-04-21 21:00:08 +00:00
parent 016f2cee0f
commit fbae813f55

View File

@ -168,7 +168,7 @@ AC_ARG_WITH(sqlite3dir,
[
AC_MSG_ERROR([*** Sqlite3 library not found.])
])
AC_CHECK_HEADERS(/sqlite3.h,
AC_CHECK_HEADERS(sqlite3.h,
[SQLITE3_INC="-I$with_sqlite3dir/include"],
[
AC_MSG_ERROR([*** Sqlite3 headers not found.])