Changes between Initial Version and Version 1 of Ticket #63074, comment 8


Ignore:
Timestamp:
Jun 23, 2021, 2:27:37 PM (3 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63074, comment 8

    initial v1  
    1616 #if MP_SQLITE_VERSION >= 3003013
    1717}}}
     18
     19The file `config.log` says:
     20{{{
     21configure:8214: checking for SQLite version in header
     22configure:8239: cc -E   conftest.c
     23configure:8239: $? = 0
     24configure:8251: result:
     25configure:8255: checking for SQLite version at runtime
     26configure:8283: cc -o conftest -g -O2    conftest.c  -lsqlite3 >&5
     27configure:8283: $? = 0
     28configure:8283: ./conftest
     29configure:8283: $? = 0
     30configure:8296: result: 3022000
     31configure:8315: checking for grep that handles long lines and -e
     32configure:8379: result: /bin/grep
     33configure:8384: checking for egrep
     34configure:8452: result: /bin/grep -E
     35configure:8460: checking for kqueue
     36configure:8460: result: no
     37configure:8466: checking for kevent
     38configure:8466: cc -o conftest -g -O2   conftest.c  >&5
     39
     40mp_cv_sqlite_run_version=3022000
     41mp_cv_sqlite_version=
     42}}}