Skip to content

Commit

Permalink
sqlite3: fedora has libsqlite3.so in /usr/lib64
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Negreanu <groleo@gmail.com>
  • Loading branch information
groleo committed Jan 28, 2014
1 parent 62379ff commit 49f65d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ if test "$f_sqlite3" = YES; then
printf " Checking for sqlite3 ... "
if test "$f_sqlite3_path" = NO; then
sqlite3_hdr_dir="/usr/include /usr/local/include /opt/local/include"
sqlite3_lib_dir="/usr/lib /usr/local/lib /opt/local/lib /usr/lib/x86_64-linux-gnu"
sqlite3_lib_dir="/usr/lib /usr/local/lib /opt/local/lib /usr/lib/x86_64-linux-gnu /usr/lib64"
else
sqlite3_hdr_dir="$f_sqlite3_path/include"
sqlite3_lib_dir="$f_sqlite3_path/lib"
Expand Down

0 comments on commit 49f65d1

Please sign in to comment.