Commit f8a55e01 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Merge branch 'master' of github.com:doxygen/doxygen

parents e61fc3cb 00fb9481
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ fi

if test "$f_sqlite3" = YES; then
  printf "  Checking for sqlite3 ... "
  if test "$f_sqlite_path" = NO; then
  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"
  else