mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
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:
parent
016f2cee0f
commit
fbae813f55
@ -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.])
|
||||
|
Loading…
x
Reference in New Issue
Block a user