mirror of https://github.com/stella-emu/stella.git
Fixed configure bug in Linux.
This commit is contained in:
parent
4318d01216
commit
0b63649735
|
@ -669,7 +669,7 @@ fi
|
||||||
#
|
#
|
||||||
echocheck "SQLite"
|
echocheck "SQLite"
|
||||||
_sqlite=no
|
_sqlite=no
|
||||||
if test $_sqlite_builtin != yes ; then
|
if test "$_sqlite_builtin" != yes ; then
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
Loading…
Reference in New Issue